php-src/Zend/tests/ns_033.phpt
Dmitry Stogov f32ffe9b43 Namespaces
2007-09-28 19:52:53 +00:00

9 lines
189 B
PHP
Executable File

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