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:
@@ -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*
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user