summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug26640.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-30 21:17:52 +0000
committerMarcus Boerger <helly@php.net>2004-03-30 21:17:52 +0000
commit9f8ba2e8a13966eb4b7832d8909ce4ddaa76af2f (patch)
treec294ac506f34ccc4bc67446d85ba640a4cc44810 /ext/reflection/tests/bug26640.phpt
parent76ae4e10bf9eff230db84482b178706f8427fa51 (diff)
downloadphp-git-9f8ba2e8a13966eb4b7832d8909ce4ddaa76af2f.tar.gz
Fix tests
Diffstat (limited to 'ext/reflection/tests/bug26640.phpt')
-rwxr-xr-xext/reflection/tests/bug26640.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug26640.phpt b/ext/reflection/tests/bug26640.phpt
index af7b0d032e..2cbd0d23d4 100755
--- a/ext/reflection/tests/bug26640.phpt
+++ b/ext/reflection/tests/bug26640.phpt
@@ -14,7 +14,7 @@ function __autoload($c)
}
}
-$a = new Reflection_Class('autoload_class');
+$a = new ReflectionClass('autoload_class');
if (is_object($a)) {
echo "OK\n";