1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
Files
archived-php-src/Zend/tests/ns_082.phpt
2008-12-04 20:12:30 +00:00

12 lines
130 B
PHP

--TEST--
082: bracketed namespace with closing tag
--FILE--
<?php
namespace foo {
}
namespace ok {
echo "ok\n";
}
?>
--EXPECT--
ok