[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests regexIterator_flags_basic.phpt regexIterator_mode_basic.phpt regexIterator_setMode_error.phpt

2008-05-24 Thread Etienne Kneuss
colder  Sat May 24 13:25:24 2008 UTC

  Added files: (Branch: PHP_5_3)
/php-src/ext/spl/tests  regexIterator_flags_basic.phpt 
regexIterator_mode_basic.phpt 
regexIterator_setMode_error.phpt 
  Log:
  Add tests from testfest
  

http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/regexIterator_flags_basic.phpt?view=markuprev=1.1
Index: php-src/ext/spl/tests/regexIterator_flags_basic.phpt
+++ php-src/ext/spl/tests/regexIterator_flags_basic.phpt

http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/regexIterator_mode_basic.phpt?view=markuprev=1.1
Index: php-src/ext/spl/tests/regexIterator_mode_basic.phpt
+++ php-src/ext/spl/tests/regexIterator_mode_basic.phpt

http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/regexIterator_setMode_error.phpt?view=markuprev=1.1
Index: php-src/ext/spl/tests/regexIterator_setMode_error.phpt
+++ php-src/ext/spl/tests/regexIterator_setMode_error.phpt



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



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests regexIterator_flags_basic.phpt regexIterator_mode_basic.phpt regexIterator_setMode_error.phpt

2008-05-24 Thread Sebastian Bergmann
sebastian   Sat May 24 14:17:55 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/spl/tests  regexIterator_flags_basic.phpt 
regexIterator_mode_basic.phpt 
regexIterator_setMode_error.phpt 
  Log:
  MFH: Drop SKIPIF check for ext/spl.
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/regexIterator_flags_basic.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u
Index: php-src/ext/spl/tests/regexIterator_flags_basic.phpt
diff -u php-src/ext/spl/tests/regexIterator_flags_basic.phpt:1.1.2.1 
php-src/ext/spl/tests/regexIterator_flags_basic.phpt:1.1.2.2
--- php-src/ext/spl/tests/regexIterator_flags_basic.phpt:1.1.2.1Sat May 
24 13:25:24 2008
+++ php-src/ext/spl/tests/regexIterator_flags_basic.phptSat May 24 
14:17:55 2008
@@ -1,7 +1,5 @@
 --TEST--
 SPL: RegexIterator::getFlags() and setFlags() basic tests
---SKIPIF--
-?php extension_loaded('spl') or die('skip'); ?
 --CREDITS--
 Felix De Vliegher [EMAIL PROTECTED]
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/regexIterator_mode_basic.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u
Index: php-src/ext/spl/tests/regexIterator_mode_basic.phpt
diff -u php-src/ext/spl/tests/regexIterator_mode_basic.phpt:1.1.2.1 
php-src/ext/spl/tests/regexIterator_mode_basic.phpt:1.1.2.2
--- php-src/ext/spl/tests/regexIterator_mode_basic.phpt:1.1.2.1 Sat May 24 
13:25:24 2008
+++ php-src/ext/spl/tests/regexIterator_mode_basic.phpt Sat May 24 14:17:55 2008
@@ -1,7 +1,5 @@
 --TEST--
 SPL: RegexIterator::getMode() and setMode() basic tests
---SKIPIF--
-?php extension_loaded('spl') or die('skip'); ?
 --CREDITS--
 Felix De Vliegher [EMAIL PROTECTED]
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/regexIterator_setMode_error.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u
Index: php-src/ext/spl/tests/regexIterator_setMode_error.phpt
diff -u php-src/ext/spl/tests/regexIterator_setMode_error.phpt:1.1.2.1 
php-src/ext/spl/tests/regexIterator_setMode_error.phpt:1.1.2.2
--- php-src/ext/spl/tests/regexIterator_setMode_error.phpt:1.1.2.1  Sat May 
24 13:25:24 2008
+++ php-src/ext/spl/tests/regexIterator_setMode_error.phpt  Sat May 24 
14:17:55 2008
@@ -1,7 +1,5 @@
 --TEST--
 SPL: RegexIterator::setMode() error tests
---SKIPIF--
-?php extension_loaded('spl') or die('skip'); ?
 --CREDITS--
 Felix De Vliegher [EMAIL PROTECTED]
 --FILE--



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