Today I noticed that for some reason, my PHP dev environment is not displaying any errors, for syntax or otherwise.
Was working on a WordPress plugin (with debug on for WordPress), and tested it by putting in a file
Nothing. No errors, no warnings, nothing. I know the file is being called, because I manually went to that file. Still nothing. Any ideas?
error_reporting(E_ALL);and checking thephp.inisettings fordisplay_errors?