不可能!
就这样写也不会报错
<?php
function a(){ 
    global $abc; 
}
?>