![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: Bug #38325 (spl_autoload_register() gaves wrong line for "class not found") ! 3: --FILE-- ! 4: <?php ! 5: spl_autoload_register(); ! 6: new ThisClassDoesNotExistEverFoo(); ! 7: ?> ! 8: --EXPECTF-- ! 9: Fatal error: spl_autoload(): Class ThisClassDoesNotExistEverFoo could not be loaded in %s on line 3