php-parser/test/code/parser/stmt/namespace/nested.test-fail

11 lines
149 B
Plaintext
Raw Normal View History

Nested namespaces are not allowed
-----
<?php
namespace A {
namespace B {
}
}
-----
Namespace declarations cannot be nested from 3:4 to 5:4