php-parser/test/code/parser/scalar
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
..
constantString.test Perform manual test updates 2017-01-19 22:31:29 +01:00
docString.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
docStringNewlines.test Perform manual test updates 2017-01-19 22:31:29 +01:00
encapsedNegVarOffset.test Perform manual test updates 2017-01-19 22:31:29 +01:00
encapsedString.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
float.test Perform automated test update 2017-01-19 22:25:22 +01:00
int.test Perform manual test updates 2017-01-19 22:31:29 +01:00
invalidOctal.test Perform automated test update 2017-01-19 22:25:22 +01:00
magicConst.test Perform automated test update 2017-01-19 22:25:22 +01:00
unicodeEscape.test Perform manual test updates 2017-01-19 22:31:29 +01:00