summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/spl/tests/regexIterator_flags_basic.phpt2
-rw-r--r--ext/spl/tests/regexIterator_mode_basic.phpt2
-rw-r--r--ext/spl/tests/regexIterator_setMode_error.phpt2
3 files changed, 0 insertions, 6 deletions
diff --git a/ext/spl/tests/regexIterator_flags_basic.phpt b/ext/spl/tests/regexIterator_flags_basic.phpt
index 0a23dbdfb5..535be00035 100644
--- a/ext/spl/tests/regexIterator_flags_basic.phpt
+++ b/ext/spl/tests/regexIterator_flags_basic.phpt
@@ -1,7 +1,5 @@
--TEST--
SPL: RegexIterator::getFlags() and setFlags() basic tests
---SKIPIF--
-<?php extension_loaded('spl') or die('skip'); ?>
--CREDITS--
Felix De Vliegher <felix.devliegher@gmail.com>
--FILE--
diff --git a/ext/spl/tests/regexIterator_mode_basic.phpt b/ext/spl/tests/regexIterator_mode_basic.phpt
index 204f537cb7..a39b969e92 100644
--- a/ext/spl/tests/regexIterator_mode_basic.phpt
+++ b/ext/spl/tests/regexIterator_mode_basic.phpt
@@ -1,7 +1,5 @@
--TEST--
SPL: RegexIterator::getMode() and setMode() basic tests
---SKIPIF--
-<?php extension_loaded('spl') or die('skip'); ?>
--CREDITS--
Felix De Vliegher <felix.devliegher@gmail.com>
--FILE--
diff --git a/ext/spl/tests/regexIterator_setMode_error.phpt b/ext/spl/tests/regexIterator_setMode_error.phpt
index 617ece30bc..52af499d7e 100644
--- a/ext/spl/tests/regexIterator_setMode_error.phpt
+++ b/ext/spl/tests/regexIterator_setMode_error.phpt
@@ -1,7 +1,5 @@
--TEST--
SPL: RegexIterator::setMode() error tests
---SKIPIF--
-<?php extension_loaded('spl') or die('skip'); ?>
--CREDITS--
Felix De Vliegher <felix.devliegher@gmail.com>
--FILE--