summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-22 00:19:28 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-22 00:19:28 +0000
commitc01d79b2dfe8e1f189d6d97fec80fa7b01cc5b6c (patch)
treeda4bc39f268a45b538d4e84fb8909f8e60cb03bf
parent0986f33d1eccf45f1102957d0892dfd61fadd7c1 (diff)
downloadphp-git-c01d79b2dfe8e1f189d6d97fec80fa7b01cc5b6c.tar.gz
merge two skipif entries
-rwxr-xr-xext/spl/tests/spl_autoload_002.phpt7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/spl/tests/spl_autoload_002.phpt b/ext/spl/tests/spl_autoload_002.phpt
index 98cb173f09..e7fda9c446 100755
--- a/ext/spl/tests/spl_autoload_002.phpt
+++ b/ext/spl/tests/spl_autoload_002.phpt
@@ -1,9 +1,10 @@
--TEST--
SPL: spl_autoloadfunctions()
--SKIPIF--
-<?php if (!extension_loaded("spl")) print "skip"; ?>
---SKIPIF--
-<?php if (spl_autoload_functions() !== false) die('skip __autoload() registered by php.ini'); ?>
+<?php
+ if (!extension_loaded("spl")) die ("skip");
+ if (spl_autoload_functions() !== false) die('skip __autoload() registered by php.ini');
+?>
--FILE--
<?php