php-src/Zend/tests/ns_033.phpt
2012-10-10 10:27:49 +08:00

9 lines
183 B
PHP

--TEST--
033: Import statement with non-compound name
--FILE--
<?php
use A;
--EXPECTF--
Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2