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
2025-01-22 13:51:12 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
PHP-Parser
/
lib
/
PHPParser
/
Node
History
nikic
e0fe21287d
Add specialized constructors for all expression nodes apart from lambda
2011-08-11 10:25:51 +02:00
..
Expr
Add specialized constructors for all expression nodes apart from lambda
2011-08-11 10:25:51 +02:00
Scalar
Give all Scalar nodes and the special nodes Name and Variable specialized constructors for easier use
2011-08-09 15:07:05 +02:00
Stmt
Further Name node methods
2011-08-04 16:30:04 +02:00
Expr.php
Prefix all classes with PHPParser_
2011-06-05 18:40:04 +02:00
Name.php
Allow to pass a string to the constructor of Node_Name
2011-08-09 15:23:18 +02:00
Scalar.php
Prefix all classes with PHPParser_
2011-06-05 18:40:04 +02:00
Stmt.php
Prefix all classes with PHPParser_
2011-06-05 18:40:04 +02:00
Variable.php
Add specialized constructors for Expr_Array*, make Variable an Expr
2011-08-11 08:13:01 +02:00