1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00

Fixed test case based on var_dump() changes made in c1965f58d4

This commit is contained in:
Tjerk Meesters
2014-08-23 08:06:47 +08:00
parent 3f4811c76e
commit 32e8d0f03e

View File

@@ -43,11 +43,14 @@ int(1)
string(1) "a"
array(1) {
[0]=>
object(Closure)#%d (1) {
object(Closure)#2 (1) {
["this"]=>
object(foo)#%d (1) {
object(foo)#1 (1) {
["a"]=>
*RECURSION*
array(1) {
[0]=>
*RECURSION*
}
}
}
}