php-src/Zend/tests/ns_033.phpt

9 lines
189 B
Plaintext
Raw Normal View History

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