php-parser/lib/PhpParser/Node/Stmt
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
..
TraitUseAdaptation Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Break_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Case_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Catch_.php Adjust code for constitent var mode 2017-01-19 23:32:49 +01:00
Class_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
ClassConst.php Merge branch '3.x' 2017-04-19 11:20:32 +02:00
ClassLike.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
ClassMethod.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Const_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Continue_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Declare_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
DeclareDeclare.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Do_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Echo_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Else_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
ElseIf_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Expression.php Add expression statement mode 2016-12-24 23:54:24 +01:00
Finally_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
For_.php Use null-coalesce operator 2017-04-24 22:32:40 +02:00
Foreach_.php Use null-coalesce operator 2017-04-24 22:32:40 +02:00
Function_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Global_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Goto_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
GroupUse.php Cleanup imports 2016-11-23 22:58:18 +01:00
HaltCompiler.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
If_.php Use null-coalesce operator 2017-04-24 22:32:40 +02:00
InlineHTML.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Interface_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Label.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Namespace_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Nop.php Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
Property.php Merge branch '3.x' 2017-04-19 11:20:32 +02:00
PropertyProperty.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Return_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Static_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
StaticVar.php Rename StaticVar::$name to $var 2017-01-19 23:35:31 +01:00
Switch_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Throw_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Trait_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
TraitUse.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
TraitUseAdaptation.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
TryCatch.php Improve doc comments 2017-02-09 20:49:52 +01:00
Unset_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Use_.php Support mixed group use declarations 2015-06-13 11:27:38 +02:00
UseUse.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
While_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00