error_reporting(E_ALL) does not produce error

前端 未结 6 609
一整个雨季
一整个雨季 2020-11-30 05:18

This is my php script-

 \' ;. $thisdoesnotexist);
?>

Which obviously should

6条回答
  •  -上瘾入骨i
    2020-11-30 06:25

    turn on display errors in your ini

    http://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors

提交回复
热议问题