the whole shebang
This commit is contained in:
10
vendor/nikic/php-parser/test/code/parser/stmt/namespace/nested.test-fail
vendored
Normal file
10
vendor/nikic/php-parser/test/code/parser/stmt/namespace/nested.test-fail
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
Nested namespaces are not allowed
|
||||
-----
|
||||
<?php
|
||||
namespace A {
|
||||
namespace B {
|
||||
|
||||
}
|
||||
}
|
||||
-----
|
||||
Namespace declarations cannot be nested on line 3
|
||||
Reference in New Issue
Block a user