Force Showing all errors and warnings in PHP
  easystem   13 Juli 2018   fix error

You can turn it on in the script:

error_reporting(E_ALL);
ini_set('display_errors', 1);

Tags :

php

Bagikan :