ns_079.phpt 188 B

123456789101112
  1. --TEST--
  2. 079: nested namespaces
  3. --FILE--
  4. <?php
  5. namespace foo {
  6. namespace oops {
  7. }
  8. }
  9. ?>
  10. ===DONE===
  11. --EXPECTF--
  12. Fatal error: Namespace declarations cannot be nested in %s on line %d