1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

MFB: remove extra skipif

This commit is contained in:
Nuno Lopes
2008-08-31 15:28:52 +00:00
parent 168e8b9a44
commit 76d758f736
-6
View File
@@ -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