print all errors php code example
Example 1: error reporting all php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Example 2: ini_set('display_errors' 'on') error_reporting(e_all)
display_errors = on