From: Felipe Pena Date: Mon, 15 Nov 2010 18:46:59 +0000 (+0000) Subject: - Added missing test X-Git-Tag: php-5.4.0alpha1~191^2~667 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43206c8c68ea2c9365994c4f608c7d02354e7f6b;p=php - Added missing test --- diff --git a/ext/pcre/tests/bug52971.phpt b/ext/pcre/tests/bug52971.phpt new file mode 100644 index 0000000000..5949cb220c --- /dev/null +++ b/ext/pcre/tests/bug52971.phpt @@ -0,0 +1,43 @@ +--TEST-- +Bug #52971 (PCRE-Meta-Characters not working with utf-8) +--SKIPIF-- += 8.1 is required!'); ?> +--FILE-- + +--EXPECTF-- +array(1) { + [0]=> + array(1) { + [0]=> + array(2) { + [0]=> + string(6) "Wasser" + [1]=> + int(61) + } + } +} +array(1) { + [0]=> + array(1) { + [0]=> + array(2) { + [0]=> + string(7) " Wasser" + [1]=> + int(60) + } + } +}