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)
- Gradle versions, their supported Java versions, and unsupported Java versions - December 23, 2024
- An Introduction of GitLab Duo - December 22, 2024
- Best Hospitals for affordable surgery for medical tourism - December 20, 2024