Method 1 & 2 & 3
https:///…-standards-error-fix
Method 4
error_reporting(0);
ini_set(‘display_errors’, ‘0’); # don’t show any errors…
error_reporting(E_ALL | ~E_STRICT); # …but do log them
Few more
http:///…-standards-in-joomla
https:///…-reporting-explained
PHP Fundamental Tutorials with Basic Demo by Chentan in 2020 – Part-1
PHP Fundamental Tutorials with Basic Demo by Chentan in 2020 – Part-2
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024