gnu-social/vendor/nikic/php-parser/test/code/parser/expr/newWithoutClass.test

9 lines
97 B
Plaintext
Raw Normal View History

2020-08-08 07:42:38 +09:00
New without a class
-----
<?php
new;
-----
Syntax error, unexpected ';' from 2:4 to 2:4
array(
)