Arquivos
hhvm/hphp/test/slow/reference/1097.php.expect
T
ptarjan 503f75d08b Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:06:51 -07:00

55 linhas
679 B
Plaintext

NULL
array(1) {
[0]=>
object(stdClass)#1 (1) {
["foo"]=>
array(1) {
["a"]=>
array(1) {
["b"]=>
int(5)
}
}
}
}
object(stdClass)#1 (1) {
["foo"]=>
array(1) {
[1]=>
object(stdClass)#2 (1) {
["prop"]=>
NULL
}
}
}
object(stdClass)#3 (1) {
["foo"]=>
array(1) {
[1]=>
object(stdClass)#4 (1) {
["prop"]=>
NULL
}
}
}
object(stdClass)#5 (1) {
["foo"]=>
array(1) {
[1]=>
object(stdClass)#6 (1) {
["prop"]=>
&NULL
}
}
}
object(stdClass)#7 (1) {
["foo"]=>
array(1) {
[1]=>
object(stdClass)#8 (1) {
["prop"]=>
NULL
}
}
}