gnu-social/vendor/nikic/php-parser/test/code/parser/expr/newWithoutClass.test
2020-08-07 23:42:38 +01:00

9 lines
97 B
Plaintext

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