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.1&r2=1.1.2.2&diff_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.1 Sat May 24 13:25:24 2008 +++ php-src/ext/spl/tests/regexIterator_flags_basic.phpt Sat 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.1&r2=1.1.2.2&diff_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.1&r2=1.1.2.2&diff_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