1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/test/code/parser/expr/newWithoutClass.test-fail

7 lines
88 B
Plaintext
Raw Normal View History

New without a class
-----
<?php
new;
-----
2015-04-18 21:20:45 +02:00
Syntax error, unexpected ';' from 2:4 to 2:4