Test: /ext/pcre/tests/bug66121.phpt - Version 7.2.12        

Bug #66121 UTF-8 lookbehinds match bytes instead of characters
Submitted: 2013-11-20 00:01:31 Modified: 2015-06-05 12:15:00
From: danielklein Assigned: cmb
Status: Duplicate Package: PCRE related
PHP Version: 5.5.6 OS:

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: preg_replace(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 3
002+ NULL
003+
004+ Warning: preg_replace(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 4
005+ NULL
006+
007+ Warning: preg_replace(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 6
008+ NULL
009+
010+ Warning: preg_replace(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 7
011+ NULL
012+
013+ Warning: preg_match_all(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 9
014+ NULL
015+
016+ Warning: preg_replace(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 12
017+ NULL
018+
019+ Warning: preg_replace(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 13
001- string(4) "*ක"
002- string(5) "*ම*"
003- string(2) "*k"
004- string(3) "*m*"
005- array(1) {
006- [0]=>
007- array(2) {
008- [0]=>
009- array(2) {
010- [0]=>
011- string(0) ""
012- [1]=>
013- int(0)
014- }
015- [1]=>
016- array(2) {
017- [0]=>
018- string(0) ""
019- [1]=>
020- int(3)
021- }
022- }
023- }
021+
022+ Warning: preg_match_all(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 14
024+
025+ Warning: preg_match_all(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug66121.php on line 15
025- NULL