Report Simple Error In Php

[Solved] Report Simple Error In Php | Php - Code Explorer | yomemimo.com
Question : all php error report

Answered by : ankur-prajapati

// Report all PHP errors
error_reporting(E_ALL);
//or
error_reporting(-1);
//or
error_reporting(0);

Source : | Last Update : Sun, 23 Aug 20

Answers related to report simple error in php

Code Explorer Popular Question For Php