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 09:47:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
4006e55951
PHP-Parser
/
lib
/
Node
/
Stmt
/
Global.php
8 lines
94 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
array
$vars
Variables
*/
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_Stmt_Global
extends
Node_Stmt
{
}
Reference in New Issue
Copy Permalink