1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-09 22:48:29 +01:00
PHP-Parser/test/code/parser/expr/newWithoutClass.test-fail

6 lines
81 B
Plaintext
Raw Normal View History

New without a class
-----
<?php
new;
-----
Syntax error, unexpected ';' on line 2