tony2001                Thu Dec 22 00:20:44 2005 EDT

  Modified files:              
    /php-src/ext/spl/tests      spl_autoload_002.phpt 
  Log:
  MFB: merge two skipif entries
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_autoload_002.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_002.phpt
diff -u php-src/ext/spl/tests/spl_autoload_002.phpt:1.3 
php-src/ext/spl/tests/spl_autoload_002.phpt:1.4
--- php-src/ext/spl/tests/spl_autoload_002.phpt:1.3     Wed Dec 21 22:21:54 2005
+++ php-src/ext/spl/tests/spl_autoload_002.phpt Thu Dec 22 00:20:44 2005
@@ -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
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to