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