This commit is contained in:
Antony Dovgal 2008-12-11 10:58:56 +00:00
parent cd57fe323d
commit 4df574285a
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $baz = '\\Foo\\Bar\\Baz';
new $baz();
function __autoload($class) {
var_dump($class);
require __DIR__ .'/bug46665_autoload.php';
require __DIR__ .'/bug46665_autoload.inc';
}
?>