php-src/Zend/tests/ns_088.phpt

18 lines
291 B
Plaintext
Raw Normal View History

--TEST--
Nested group use statements syntax error
--FILE--
<?php
namespace Fiz\Biz\Buz {
2015-01-30 22:54:37 +00:00
use Foo\Bar\Baz\{
A,
B {
C
D,
E
}
};
}
?>
--EXPECTF--
Parse error: syntax error, unexpected token "{", expecting "}" in %s on line %d