441c137dcb
We have traits and some other PHP 5.4'isms why not the short array syntax as well?
8 linhas
67 B
PHP
8 linhas
67 B
PHP
<?php
|
|
<< Foo([1,2,3]) >>
|
|
function bar() {
|
|
echo "Ok\n";
|
|
}
|
|
bar();
|
|
|