diff options
| author | Marcus Boerger <helly@php.net> | 2004-03-30 21:17:52 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-03-30 21:17:52 +0000 |
| commit | 9f8ba2e8a13966eb4b7832d8909ce4ddaa76af2f (patch) | |
| tree | c294ac506f34ccc4bc67446d85ba640a4cc44810 /ext/reflection/tests/bug26640.phpt | |
| parent | 76ae4e10bf9eff230db84482b178706f8427fa51 (diff) | |
| download | php-git-9f8ba2e8a13966eb4b7832d8909ce4ddaa76af2f.tar.gz | |
Fix tests
Diffstat (limited to 'ext/reflection/tests/bug26640.phpt')
| -rwxr-xr-x | ext/reflection/tests/bug26640.phpt | 2 |
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"; |
