Arquivos
hhvm/hphp/test/quick/list-assignment.php.expectf
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

26 linhas
286 B
Plaintext

int(1)
int(2)
int(3)
array(3) {
[2]=>
int(3)
[1]=>
int(2)
[0]=>
int(1)
}
f
int(4)
int(5)
int(6)
HipHop Notice: Undefined index: 1 in %s on line 23
HipHop Notice: Undefined index: 0 in %s on line 23
NULL
NULL
int(1)
int(2)
int(3)
string(1) "d"
string(1) "e"
string(4) "derp"