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

index 98cb173f09d1b8d8b9237beacd0ae9d3032430bb..e7fda9c4468239165f0ac192c1f890038a1d26f6 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