1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 13:51:12 +01:00
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
..
2017-04-28 20:57:32 +02:00
2016-10-16 22:12:46 +02:00
2017-04-24 22:15:50 +02:00
2017-04-28 20:57:32 +02:00
2017-04-28 20:57:32 +02:00
2017-04-28 20:57:32 +02:00
2017-04-28 20:57:32 +02:00
2017-04-28 20:57:32 +02:00
2017-04-24 22:32:40 +02:00
2016-10-16 22:12:46 +02:00
2017-02-11 11:05:36 +01:00
2016-10-21 23:26:51 +02:00
2017-01-25 23:32:50 +01:00
2017-01-29 23:20:53 +01:00
2017-04-28 20:57:32 +02:00
2015-07-14 21:11:54 +02:00