summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_033.phpt
blob: ba40683002fe2e7fc31bc877bc09ad4aff55c601 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
033: Import statement with non-compound name
--FILE--
<?php
use A;
use \B;
--EXPECTF--
Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2

Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3