1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/lib/PhpParser
Nikita Popov 1a627872f0 Rename nodes for compat with PHP 7
The old names will still be available on PHP 5.x.
2015-03-20 21:49:38 +01:00
..
Builder Add "use" builder 2015-03-10 16:05:55 +01:00
Comment Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Lexer Add support for spaceship operator (<=>) [PHP 7] 2015-03-12 23:13:31 +01:00
Node Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
NodeVisitor Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
PrettyPrinter Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
Serializer Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Unserializer Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Autoloader.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
Builder.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
BuilderAbstract.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
BuilderFactory.php Add "use" builder 2015-03-10 16:05:55 +01:00
Comment.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Error.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Lexer.php Add support for T_HASHBANG (HHVM) 2015-03-14 19:53:08 +01:00
Node.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeAbstract.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
NodeDumper.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
NodeTraverser.php Add NodeTraverser::DONT_TRAVERSE_CHILDREN support 2015-01-11 22:13:58 +01:00
NodeTraverserInterface.php Add NodeTraverser::DONT_TRAVERSE_CHILDREN support 2015-01-11 22:13:58 +01:00
NodeVisitor.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeVisitorAbstract.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Parser.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
ParserAbstract.php Add optional startFilePos and endFilePos attributes 2014-11-27 20:38:29 +01:00
PrettyPrinterAbstract.php Add support for spaceship operator (<=>) [PHP 7] 2015-03-12 23:13:31 +01:00
Serializer.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Unserializer.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00