1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00
Files
archived-php-src/ext/spl/tests/bug38325.phpt
2008-05-24 14:10:44 +00:00

10 lines
226 B
PHP

--TEST--
Bug #38325 (spl_autoload_register() gaves wrong line for "class not found")
--FILE--
<?php
spl_autoload_register();
new Foo();
?>
--EXPECTF--
Fatal error: spl_autoload(): Class Foo could not be loaded in %s on line 3