Arquivos
hhvm/hphp/test/quick/array_short_attributes.php
T
Rasmus Lerdorf 441c137dcb Implement PHP 5.4's short array syntax
We have traits and some other PHP 5.4'isms why not the short array syntax as well?
2013-04-26 13:28:39 -07:00

8 linhas
67 B
PHP

<?php
<< Foo([1,2,3]) >>
function bar() {
echo "Ok\n";
}
bar();