Arquivos
hhvm/hphp/test/quick/short_array_syntax.php.expect
T
Drew Paroski 4013bcede8 Need short array syntax here too
This corresponds to github pull request 777:
https://github.com/facebook/hiphop-php/pull/777
2013-05-20 13:52:31 -07:00

13 linhas
90 B
Plaintext

array(0) {
}
array(1) {
[0]=>
int(1)
}
array(2) {
[0]=>
int(2)
[1]=>
int(3)
}