This website requires JavaScript.
Explore
Help
Sign In
danog
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/danog/PHP-Parser.git
synced
2024-12-03 17:57:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a35c2a2067
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