Test: /ext/pcre/tests/bug42945.phpt - Version 7.2.19        

Bug #42945 preg_split() swallows part of the string
Submitted: 2007-10-12 12:04:43 Modified: 2008-01-13 14:44:37
From: Arne.Heizmann Assigned:
Status: Closed Package: PCRE related
PHP Version: 5CVS-2007-10-22 OS: *

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ int(3)
001- int(2)
004+ array(3) {
004- array(2) {
019+ [2]=>
020+ array(2) {
021+ [0]=>
022+ string(0) ""
023+ [1]=>
024+ int(2)
025+ }
021- array(3) {
028+ array(4) {
029- array(3) {
035+ [3]=>
036+ string(0) ""
038+ array(4) {
060+ [3]=>
061+ array(2) {
062+ [0]=>
063+ string(0) ""
064+ [1]=>
065+ int(2)
066+ }