1--TEST-- 2033: Import statement with non-compound name 3--FILE-- 4<?php 5use A; 6--EXPECTF-- 7Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2 8 9