Arquivos
hhvm/hphp/test/slow/array/promote_string.php.expect
T
mwilliams 49aa101879 Fix crashes with empty string as SetElem base
It needs to convert the key to a real TypedValue, and needs
to side exit (via throw).
2013-06-19 09:56:49 -07:00

11 linhas
110 B
Plaintext

array(4) {
[0]=>
string(1) "x"
["x"]=>
string(1) "x"
[1]=>
int(1)
["foo"]=>
string(3) "foo"
}