Autoloader isn't called if two method definitions don't match
[2014-06-13 10:13 UTC] wolkerstorfer at xortex dot at
Description: ------------ If a user definded error handler is present the autoloader registered with spl_register_autoloader isn`t called in certain cases. This bug was not present in PHP 5.3 but can be reproduced in all Versions of 5.4 and 5.5 Test script: --------------- https://docs.google.com/file/d/0ByiEkxk4BDg0cUE2ZzRuaXNRSjA/edit Expected result: ---------------- To reproduce the bug please extract the ZIP file from the provided URL and run test.php. The autoloader is expected to require the other files (a.php, b.php, c.php) as needed. Actual result: -------------- "Fatal error: Class 'c' not found" occurs. If the custom error handler is removed the autoloader works as expected.
[2014-06-15 16:37 UTC] levim@php.net
-Status: Open +Status: Verified
[2014-06-15 16:37 UTC] levim@php.net
[2014-06-15 18:16 UTC] levim@php.net
[2014-06-15 20:19 UTC] bwoebi@php.net
-Status: Verified +Status: Closed
[2014-06-15 20:30 UTC] bwoebi@php.net
-Summary: Autoloader isn`t called if user defined error handler is present +Summary: Autoloader isn't called if two method definitions don't match -Assigned To: +Assigned To: bwoebi