How to show all errors in PHP Administrator June 24, 2014 2 Comments To show all errors in PHP you can use the following snippet. Sample PHP error_reporting(E_ALL); ini_set('display_errors', '1');