Annotation of embedaddon/php/Zend/tests/ns_033.phpt, revision 1.1.1.1
1.1 misho 1: --TEST--
2: 033: Import statement with non-compound name
3: --FILE--
4: <?php
5: use A;
6: --EXPECTF--
7: Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
8: