Test: /ext/pcre/tests/bug42737.phpt - Version 5.4.31-dev        

Bug #42737 Notice: preg_split(): Unknown error
Submitted: 2007-09-22 20:11:09 Modified: 2007-10-07 13:57:12
From: rm Assigned: nlopess
Status: Closed Package: PCRE related
PHP Version: 5.2.4 OS: Mac OS X 10.3.9

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: preg_split(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 in %s/bug42737.php on line 5
002+
003+ Warning: array_map(): Argument #2 should be an array in %s/bug42737.php on line 7
004+ NULL
001- array(2) {
002- [0]=>
003- int(13)
004- [1]=>
005- int(10)
006- }