TplBlock/vendor/nikic/php-parser/test/code/parser/expr/newWithoutClass.test

9 lines
97 B
Plaintext
Raw Normal View History

2018-03-26 21:57:35 +02:00
New without a class
-----
<?php
new;
-----
Syntax error, unexpected ';' from 2:4 to 2:4
array(
)