1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 12:24:39 +01:00
PHP-Parser/lib/PHPParser
2011-07-12 18:07:59 +02:00
..
Node Add missing #line hint for strings 2011-06-28 14:16:10 +02:00
PrettyPrinter Put statements belonging to a namespace statement into its stmt property, add some further checks against invalid namespace usage and fix the pretty printer to print global namespaces 2011-06-26 18:41:01 +02:00
Autoloader.php Add Autoloader 2011-06-05 18:47:52 +02:00
Error.php Rename PHPParser_ParseErrorException to PHPParser_Error 2011-06-05 18:52:41 +02:00
Lexer.php Make the parser run without errors on 5.4 2011-07-04 21:09:20 +02:00
NodeAbstract.php Associate last encountered doccomment with next node 2011-07-03 16:35:45 +02:00
NodeDumper.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
NodeTraverser.php add NodeTraverser 2011-07-12 18:07:59 +02:00
Parser.php Associate last encountered doccomment with next node 2011-07-03 16:35:45 +02:00
ParserDebug.php Associate last encountered doccomment with next node 2011-07-03 16:35:45 +02:00
PrettyPrinterAbstract.php Associate last encountered doccomment with next node 2011-07-03 16:35:45 +02:00