php-src/Zend/tests/ns_033.phpt
2007-11-07 09:13:50 +00:00

9 lines
183 B
PHP
Executable File

--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