]> granicus.if.org Git - php/commitdiff
MFB: merge two skipif entries
authorAntony Dovgal <tony2001@php.net>
Thu, 22 Dec 2005 00:20:44 +0000 (00:20 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 22 Dec 2005 00:20:44 +0000 (00:20 +0000)
ext/spl/tests/spl_autoload_002.phpt

index 81d033422a8ba07808f416ffd9ec9ecde084c124..cd7d8c3440c5d1470e412d7fc35794aae29bf004 100755 (executable)
@@ -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