summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_autoload_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/spl_autoload_002.phpt')
-rw-r--r--ext/spl/tests/spl_autoload_002.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/spl_autoload_002.phpt b/ext/spl/tests/spl_autoload_002.phpt
index 2373d6dbbc..778b22a7d0 100644
--- a/ext/spl/tests/spl_autoload_002.phpt
+++ b/ext/spl/tests/spl_autoload_002.phpt
@@ -1,8 +1,8 @@
--TEST--
SPL: spl_autoload_functions()
--SKIPIF--
-<?php
-if (spl_autoload_functions() !== false) die('skip __autoload() registered by php.ini');
+<?php
+if (spl_autoload_functions() !== false) die('skip __autoload() registered by php.ini');
?>
--FILE--
<?php