Update v1.0.6
This commit is contained in:
8
vendor/nikic/php-parser/test/code/parser/expr/newWithoutClass.test
vendored
Normal file
8
vendor/nikic/php-parser/test/code/parser/expr/newWithoutClass.test
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
New without a class
|
||||
-----
|
||||
<?php
|
||||
new;
|
||||
-----
|
||||
Syntax error, unexpected ';' from 2:4 to 2:4
|
||||
array(
|
||||
)
|
Reference in New Issue
Block a user