nested.test 149 B

1234567891011
  1. Nested namespaces are not allowed
  2. -----
  3. <?php
  4. namespace A {
  5. namespace B {
  6. }
  7. }
  8. -----
  9. Namespace declarations cannot be nested from 3:5 to 5:5