php-parser/test/code/parser/stmt/namespace
Nikita Popov 0cee2088ea Remove self/parent/static restriction for namespace names
This no longer applies as of PHP 8.0.
2020-08-09 21:21:22 +02:00
..
alias.test Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
braced.test
commentAfterNamespace.test Handle Nop statement after brace-style namespace 2017-08-29 23:14:27 +02:00
groupUse.test Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
groupUseErrors.test Migrate grammar to use PHP 8 T_NAME_* tokens 2020-07-23 12:01:50 +02:00
groupUsePositions.test Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
groupUseTrailingComma.test Merge branch '3.x' 2017-06-28 23:06:38 +02:00
invalidName.test Remove self/parent/static restriction for namespace names 2020-08-09 21:21:22 +02:00
mix.test
name.test
nested.test
notBraced.test
nsAfterHashbang.test
outsideStmt.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
outsideStmtInvalid.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00