Annotation of embedaddon/php/ext/spl/tests/bug38325.phpt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>