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-12 17:37:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
9aed651d51
PHP-Parser
/
lib
/
Node
/
Expr
/
Eval.php
8 lines
97 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
Furthre work on PrettyPrinter
2011-05-30 17:29:10 +02:00
/**
*
@
property
Node_Expr
$expr
Expression
*/
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
class
Node_Expr_Eval
extends
Node_Expr
{
}
Reference in New Issue
Copy Permalink