This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/nikic/PHP-Parser.git
synced
2025-02-21 09:22:59 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PHP-Parser
/
lib
/
PHPParser
History
nikic
f30320b9b2
Fix Stmt_List pretty printing for nested list()s
2011-10-16 14:11:23 +02:00
..
Node
Rename caseList to cases in Node_Stmt_Switch
2011-10-15 19:30:48 +02:00
NodeVisitor
Remove redundant check in NameResolver
2011-09-29 18:51:12 +02:00
Parser
…
PrettyPrinter
Fix Stmt_List pretty printing for nested list()s
2011-10-16 14:11:23 +02:00
Autoloader.php
…
Error.php
…
Lexer.php
…
Node.php
…
NodeAbstract.php
…
NodeDumper.php
…
NodeTraverser.php
Don't use references in NodeTraverser
2011-09-24 23:39:05 +02:00
NodeVisitor.php
Don't use references in NodeTraverser
2011-09-24 23:39:05 +02:00
NodeVisitorAbstract.php
Don't use references in NodeTraverser
2011-09-24 23:39:05 +02:00
Parser.php
Add more specialized constructors
2011-10-15 19:28:15 +02:00
PrettyPrinterAbstract.php
…