1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/test
Nikita Popov 91f77968c2 Add Node property overloads for accessing attributes
Node attributes are now also accessible as ordinary properties.
Accessing an undefined attribute throws -- the getAttribute()
default value behavior can be replicated using coalescing.
@property declarations for all the standard attributes have been
added to the relevant nodes. Of course, whether they are actually
available depends on configuration.
2016-10-19 23:38:12 +02:00
..
code Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
PhpParser Add Node property overloads for accessing attributes 2016-10-19 23:38:12 +02:00
bootstrap.php Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00