Files
faveo/vendor/nikic/php-parser/test/code/parser/expr/newWithoutClass.test
2015-12-22 14:09:23 +05:30

9 lines
97 B
Plaintext

New without a class
-----
<?php
new;
-----
Syntax error, unexpected ';' from 2:4 to 2:4
array(
)