This website requires JavaScript.
Explore
Help
Sign In
phabel
/
php-parser
Watch
1
Star
0
Fork
0
You've already forked php-parser
mirror of
https://github.com/phabelio/PHP-Parser.git
synced
2025-01-22 21:31:14 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
php-parser
/
lib
/
PHPParser
/
Node
History
nikic
847cdbc5c6
Swap argument order for ArrayItem
2011-09-02 19:49:46 +02:00
..
Expr
Swap argument order for ArrayItem
2011-09-02 19:49:46 +02:00
Scalar
Properly parse escape sequences:
2011-08-20 10:40:27 +02:00
Stmt
Instantiate a Node_Name for 'static', too. Fix some doc comments.
2011-08-19 17:44:42 +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
Param.php
Move Variable to Expr_Variable, move Stmt_FuncParam to Param (as it is used both in stmts and expr and both in funcs and methods)
2011-08-14 18:51:42 +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