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
63525d36e7
Fix / improve some method doc docomments / signatures
2011-08-22 17:38:05 +02:00
..
Expr
Fix / improve some method doc docomments / signatures
2011-08-22 17:38:05 +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