php-src/Zend/tests/ns_033.phpt
Steph Fox 6d8760677d - killed off UEXPECT
- altered EXPECT for parser errors. This may or may not be a Good Thing.
2008-05-26 14:33:44 +00:00

8 lines
182 B
PHP
Executable File

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