Notice: This error is output - OK in /home/w3dx/@subdomains/alpha/public_html/php/autoload/autoload_error.php on line 5
__autoload() error

error_reporting() level inside __autoload() function

See also WebmasterWorld PHP thread:
http://www.webmasterworld.com/php/4153564.htm

Despite setting error_reporting(E_ALL | E_STRICT) at the start of the script, it appears the error_reporting() level is being reset to 0 inside of the __autoload() function? So that when we include a file and there is a parse error, no error is actually produced.

ERROR REPORTING IS SET TO: 32767
Notice: This error is NOT output or logged! in /home/w3dx/@subdomains/alpha/public_html/php/autoload/autoload_error.php on line 9

Fatal error: Class 'MyClass' not found in /home/w3dx/@subdomains/alpha/public_html/php/autoload/autoload_error.php(32) : eval()'d code on line 1