summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-12-11 10:58:56 +0000
committerAntony Dovgal <tony2001@php.net>2008-12-11 10:58:56 +0000
commit4df574285a1a610e10cccd7e3ea19d85d1d973c6 (patch)
tree9a03d37cbebf6a810b43ef7520de96b107deddd0 /Zend
parentcd57fe323d3373c6d0137ed95f9143e025a3f9a5 (diff)
downloadphp-git-4df574285a1a610e10cccd7e3ea19d85d1d973c6.tar.gz
MFH
Diffstat (limited to 'Zend')
-rw-r--r--Zend/tests/bug46665.phpt2
-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