php-parser/test/code/parser/expr
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
..
fetchAndCall Always use Identifier nodes 2017-04-28 20:57:32 +02:00
uvs Always use Identifier nodes 2017-04-28 20:57:32 +02:00
arrayDef.test Perform automated test update 2017-01-19 22:25:22 +01:00
arrayDestructuring.test Perform automated test update 2017-01-19 22:25:22 +01:00
assign.test Perform automated test update 2017-01-19 22:25:22 +01:00
assignNewByRef.test Perform automated test update 2017-01-19 22:25:22 +01:00
cast.test Perform automated test update 2017-01-19 22:25:22 +01:00
clone.test Perform automated test update 2017-01-19 22:25:22 +01:00
closure.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
comparison.test Perform automated test update 2017-01-19 22:25:22 +01:00
constant_expr.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
errorSuppress.test Perform automated test update 2017-01-19 22:25:22 +01:00
exit.test Perform automated test update 2017-01-19 22:25:22 +01:00
includeAndEval.test Fix a typo in NodeDumper for REQUIRE_ONCE (#367) 2017-03-17 11:35:48 +01:00
issetAndEmpty.test Perform automated test update 2017-01-19 22:25:22 +01:00
listWithKeys.test Perform automated test update 2017-01-19 22:25:22 +01:00
logic.test Perform automated test update 2017-01-19 22:25:22 +01:00
math.test Perform automated test update 2017-01-19 22:25:22 +01:00
new.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
newWithoutClass.test Perform automated test update 2017-01-19 22:25:22 +01:00
print.test Perform automated test update 2017-01-19 22:25:22 +01:00
shellExec.test Perform automated test update 2017-01-19 22:25:22 +01:00
ternaryAndCoalesce.test Perform automated test update 2017-01-19 22:25:22 +01:00
variable.test Perform automated test update 2017-01-19 22:25:22 +01:00