summaryrefslogtreecommitdiff
path: root/ext/pcre
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre')
-rwxr-xr-xext/pcre/tests/preg_filter.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/pcre/tests/preg_filter.phpt b/ext/pcre/tests/preg_filter.phpt
index f9f479bc88..6cd9802575 100755
--- a/ext/pcre/tests/preg_filter.phpt
+++ b/ext/pcre/tests/preg_filter.phpt
@@ -1,11 +1,5 @@
--TEST--
preg_filter()
---SKIPIF--
-<?php
-if (@preg_match_all('/./u', "", $matches) === false) {
- die("skip no utf8 support in PCRE library");
-}
-?>
--FILE--
<?php