Last Updated: February 25, 2016
·
704
· tyohan

Show all errors on PHP

By default, some server package development tools are turn off error shows on PHP configuration. You can always turn on the error report by embed this code on your script:

errorreporting(EALL);
iniset('displayerrors', '1');