mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
MFH
This commit is contained in:
parent
cd57fe323d
commit
4df574285a
@ -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';
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user