php-parser/test/code/parser
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
..
errorHandling Always use Identifier nodes 2017-04-28 20:57:32 +02:00
expr Always use Identifier nodes 2017-04-28 20:57:32 +02:00
scalar Always use Identifier nodes 2017-04-28 20:57:32 +02:00
stmt Always use Identifier nodes 2017-04-28 20:57:32 +02:00
blockComments.test Perform automated test update 2017-01-19 22:25:22 +01:00
comments.test Perform automated test update 2017-01-19 22:25:22 +01:00
exprStmtMode.test Add expression statement mode 2016-12-24 23:54:24 +01:00
semiReserved.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00