far*_*oft 3 php string syntax goto
http://www.faressoft.org/test/hello.php
我的代码:
<?php
echo "hello World";
goto end; // this is line 3
echo "before end";
end:
echo "end";
?>
Run Code Online (Sandbox Code Playgroud)
错误:解析错误:语法错误,第3行/home/alfalah1/public_html/faressoft.org/test/hello.php中的意外T_STRING
它在我的localhost中工作得很好,但在justhost服务器上不起作用?为什么?