php-src/Zend/tests/ns_033.phpt

9 lines
183 B
Plaintext
Raw Normal View History

2007-09-28 19:52:53 +00:00
--TEST--
033: Import statement with non-compound name
--FILE--
<?php
2007-11-07 09:13:50 +00:00
use A;
2007-09-28 19:52:53 +00:00
--EXPECTF--
2007-11-07 09:13:50 +00:00
Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
2007-09-28 19:52:53 +00:00