Arquivos
hhvm/hphp/test/quick/arrayidx.php.expectf
T
Sean Cannella 05a8a8d7ca Rewrite idx in PHP using IR instruction for hot path
- Do the actual work of implementing idx() in PHP
- Remove the old C++ builtin (which needs to be done at the same time)
- Remove OSS test dependencies on idx()
2013-05-21 11:17:35 -07:00

13 linhas
206 B
Plaintext

string(1) "2"
int(4)
string(1) "2"
int(6)
string(1) "2"
string(1) "2"
int(9)
string(5) "world"
int(11)
string(5) "empty"
int(13)
HipHop Fatal error: hphp_array_idx: search must be an array in %s on line 22