diff options
Diffstat (limited to 'Zend/tests/instanceof.phpt')
-rw-r--r-- | Zend/tests/instanceof.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/instanceof.phpt b/Zend/tests/instanceof.phpt index 97d67ff567..662185dcea 100644 --- a/Zend/tests/instanceof.phpt +++ b/Zend/tests/instanceof.phpt @@ -1,5 +1,5 @@ --TEST-- -instanceof shouldn't call __autoload +instanceof shouldn't call autoloader --FILE-- <?php spl_autoload_register(function ($name) { |