Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

all php error report

// Report all PHP errors
error_reporting(E_ALL);
//or
error_reporting(-1);
//or
error_reporting(0);
 
PREVIOUS NEXT
Tagged: #php #error #report
ADD COMMENT
Topic
Name
6+6 =