Show All Php Error

[Solved] Show All Php Error | Php - Code Explorer | yomemimo.com
Question : php show error

Answered by : annoyed-aardvark-igcygbot4nrt

error_reporting(E_ALL);
ini_set('display_errors', 1);

Source : https://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display | Last Update : Fri, 14 Aug 20

Question : show php all errors

Answered by : zealous-zebra-vzfu59zttopp

error_reporting(E_ALL);
ini_set('display_errors', '1');

Source : https://stackoverflow.com/questions/5438060/showing-all-errors-and-warnings | Last Update : Sun, 28 Feb 21

Answers related to show all php error

Code Explorer Popular Question For Php