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-04 18:28:25 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
4006e55951
PHP-Parser
/
lib
/
Node
/
Scalar.php
5 lines
55 B
PHP
Raw
Normal View
History
Unescape
Escape
a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] Sorry for that one large commit. Won't happen again.
2011-05-27 18:20:44 +02:00
<
?
php
Make Node_Scalar instanceof Node_Expr
2011-05-30 18:01:38 +02:00
abstract
class
Node_Scalar
extends
Node_Expr
a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] Sorry for that one large commit. Won't happen again.
2011-05-27 18:20:44 +02:00
{
}
Reference in New Issue
Copy Permalink