1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/test/code/parser/stmt/class
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
..
abstract.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
anonymous.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
conditional.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
constModifierErrors.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
constModifiers.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
final.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
implicitPublic.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
interface.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
modifier.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
name.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
php4Style.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
simple.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
staticMethod.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
trait.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00