php-src/Zend/tests/ns_033.phpt

8 lines
182 B
Plaintext
Raw Normal View History

--TEST--
033: Import statement with non-compound name
--FILE--
<?php
2007-11-06 07:29:41 +00:00
use A;
--EXPECTF--
2007-11-06 07:29:41 +00:00
Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2