function test(){} function test(){ return; } function test(){ return null; } 以上三种情况,$result=test();的值都为null。