Arquivos
hhvm/hphp/test/slow/dynamic_variables/1155.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

21 linhas
215 B
Plaintext

array(5) {
["a"]=>
&int(123)
["b"]=>
&int(456)
["c"]=>
&int(789)
["d"]=>
&int(789)
["e"]=>
int(111)
}
int(123)
int(456)
int(789)
int(789)
int(111)
string(3) "ccc"
string(3) "aaa"
string(3) "bbb"