
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/ns_079.phpt |
--TEST--
079: nested namespaces
--FILE--
<?php
namespace foo {
namespace oops {
}
}
?>
===DONE===
--EXPECTF--
Fatal error: Namespace declarations cannot be nested in %s on line %d