php-parser/test
Nikita Popov a6846e3b71 Always use Identifier nodes
The parser will now always generate Identifier nodes (for
non-namespaced identifiers). This obsoletes the useIdentifierNodes
parser option.

Node constructors still accepts strings and will implicitly create
an Identifier wrapper. Identifier implement __toString(), so that
outside of strict-mode many things continue to work without changes.
2017-04-28 20:57:32 +02:00
..
code Always use Identifier nodes 2017-04-28 20:57:32 +02:00
PhpParser Always use Identifier nodes 2017-04-28 20:57:32 +02:00
bootstrap.php Add test porting infrastructure 2017-01-19 22:24:48 +01:00
updateTests.php Add test porting infrastructure 2017-01-19 22:24:48 +01:00