Arquivos
hhvm/hphp/test/slow/array_cse/534.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

61 linhas
560 B
Plaintext

array(1) {
["e"]=>
array(2) {
["foo"]=>
int(30)
["bar"]=>
int(50)
}
}
NULL
array(1) {
["e"]=>
array(2) {
["foo"]=>
int(30)
["bar"]=>
int(50)
}
}
NULL
array(1) {
["e"]=>
array(3) {
["baz"]=>
int(40)
["foo"]=>
int(30)
["bar"]=>
int(50)
}
}
int(40)
array(1) {
["y"]=>
array(2) {
["foo"]=>
int(30)
["bar"]=>
int(50)
}
}
NULL
NULL
array(1) {
["y"]=>
array(2) {
["foo"]=>
int(30)
["bar"]=>
int(50)
}
}
NULL
NULL
array(0) {
}
NULL
NULL
NULL
int(30)