diff options
| author | Nuno Lopes <nlopess@php.net> | 2008-08-31 15:28:35 +0000 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2008-08-31 15:28:35 +0000 |
| commit | 426a1251f63d0d4c848b03025496040f11b1f10b (patch) | |
| tree | 7ba7083bc2ca103f90dbbd5f257d260cb694fb48 /ext/pcre | |
| parent | 733c27c35bcb43fa67d2e5d9ec0aa76d7c0a3cc8 (diff) | |
| download | php-git-426a1251f63d0d4c848b03025496040f11b1f10b.tar.gz | |
remove unicode skipif, as the test doesnt require such support
Diffstat (limited to 'ext/pcre')
| -rwxr-xr-x | ext/pcre/tests/preg_filter.phpt | 6 |
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 |
