This website requires JavaScript.
Explore
Help
Sign In
phabel
/
php-parser
Watch
1
Star
0
Fork
0
You've already forked php-parser
mirror of
https://github.com/phabelio/PHP-Parser.git
synced
2025-01-07 13:19:16 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a6d2cd69f8
php-parser
/
test
/
code
/
parser
/
expr
/
newWithoutClass.test-fail
7 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Disallow new without a class name Fixes #137.
2014-09-28 12:41:35 +02:00
New without a class
-----
<?php
new;
-----
Make column info 1-based
2015-04-18 21:20:45 +02:00
Syntax error, unexpected ';' from 2:4 to 2:4
Reference in New Issue
Copy Permalink