summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/debug_zval_dump_o.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/debug_zval_dump_o.phpt')
-rw-r--r--ext/standard/tests/general_functions/debug_zval_dump_o.phpt42
1 files changed, 23 insertions, 19 deletions
diff --git a/ext/standard/tests/general_functions/debug_zval_dump_o.phpt b/ext/standard/tests/general_functions/debug_zval_dump_o.phpt
index e248bdc8be..89ed4a63d2 100644
--- a/ext/standard/tests/general_functions/debug_zval_dump_o.phpt
+++ b/ext/standard/tests/general_functions/debug_zval_dump_o.phpt
@@ -345,26 +345,30 @@ object(object_class)#%d (7) refcount(%d){
["object_class1"]=>
*RECURSION*
["obj"]=>
- &object(object_class)#%d (7) refcount(%d){
- ["value1"]=>
- int(5)
- ["value2":"object_class":private]=>
- int(10)
- ["value3":protected]=>
- int(20)
- ["value4"]=>
- int(30)
- ["array_var"]=>
- array(2) refcount(%d){
- ["key1"]=>
- int(1)
- ["key2 "]=>
- int(3)
+ reference refcount(2) {
+ object(object_class)#8 (7) refcount(2){
+ ["value1"]=>
+ int(5)
+ ["value2":"object_class":private]=>
+ int(10)
+ ["value3":protected]=>
+ int(20)
+ ["value4"]=>
+ int(30)
+ ["array_var"]=>
+ array(2) refcount(7){
+ ["key1"]=>
+ int(1)
+ ["key2 "]=>
+ int(3)
+ }
+ ["object_class1"]=>
+ *RECURSION*
+ ["obj"]=>
+ reference refcount(2) {
+ *RECURSION*
+ }
}
- ["object_class1"]=>
- *RECURSION*
- ["obj"]=>
- *RECURSION*
}
}
Done