echo "values after session:\n";
var_dump($a,$b);
?>
---EXPECT--
+--EXPECTF--
original values:
-object(a)(1) {
+object(a)#%d (1) {
["test"]=>
string(5) "hallo"
}
-object(b)(1) {
+object(b)#%d (1) {
["a"]=>
- &object(a)(1) {
+ &object(a)#%d (1) {
["test"]=>
string(5) "hallo"
}
}
values after session:
-object(a)(1) {
+object(a)#%d (1) {
["test"]=>
string(5) "hallo"
}
-object(b)(1) {
+object(b)#%d (1) {
["a"]=>
- &object(a)(1) {
+ &object(a)#%d (1) {
["test"]=>
string(5) "hallo"
}
-}
+}
\ No newline at end of file