1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-11 08:59:46 +01:00
PHP-Parser/test/code/parser/expr/newWithoutClass.test-fail
2015-04-18 13:27:57 +02:00

7 lines
88 B
Plaintext

New without a class
-----
<?php
new;
-----
Syntax error, unexpected ';' from 2:3 to 2:3