diff options
-rw-r--r-- | Zend/tests/bug46665.phpt | 2 | ||||
-rw-r--r-- | Zend/tests/bug46665_autoload.inc (renamed from Zend/tests/bug46665_autoload.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug46665.phpt b/Zend/tests/bug46665.phpt index 994ea8b795..8e7fc086dd 100644 --- a/Zend/tests/bug46665.phpt +++ b/Zend/tests/bug46665.phpt @@ -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'; } ?> diff --git a/Zend/tests/bug46665_autoload.php b/Zend/tests/bug46665_autoload.inc index 092b272964..092b272964 100644 --- a/Zend/tests/bug46665_autoload.php +++ b/Zend/tests/bug46665_autoload.inc |