Skip to content

Commit

Permalink
adjusted other tests to cater to changed behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed May 23, 2015
1 parent 6f33594 commit 303b365
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions ext/pcre/tests/001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ array(10) {
[2]=>
string(2) "06"
[3]=>
string(0) ""
NULL
["month"]=>
string(2) "12"
[4]=>
Expand All @@ -75,7 +75,7 @@ array(10) {
[2]=>
string(2) "12"
[3]=>
string(0) ""
NULL
["month"]=>
string(3) "Aug"
[4]=>
Expand Down
4 changes: 2 additions & 2 deletions ext/pcre/tests/003.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ array(10) {
[0]=>
string(2) "20"
[1]=>
string(0) ""
NULL
}
["month"]=>
array(2) {
Expand Down Expand Up @@ -127,7 +127,7 @@ array(2) {
[2]=>
string(2) "12"
[3]=>
string(0) ""
NULL
["month"]=>
string(3) "Aug"
[4]=>
Expand Down
6 changes: 3 additions & 3 deletions ext/pcre/tests/004.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ array(2) {
[1]=>
string(12) "unsigned int"
[2]=>
string(0) ""
NULL
[3]=>
string(0) ""
[4]=>
Expand All @@ -41,13 +41,13 @@ array(2) {
[1]=>
string(5) "short"
[2]=>
string(0) ""
NULL
[3]=>
string(0) ""
[4]=>
string(1) "a"
[5]=>
string(0) ""
NULL
[6]=>
string(3) ", b"
}
Expand Down
40 changes: 20 additions & 20 deletions ext/pcre/tests/marks.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ array(5) {
[0]=>
string(3) "_c_"
[1]=>
string(0) ""
NULL
[2]=>
string(0) ""
NULL
[3]=>
string(1) "c"
["MARK"]=>
Expand All @@ -65,42 +65,42 @@ array(6) {
[0]=>
string(1) "a"
[1]=>
string(0) ""
NULL
[2]=>
string(0) ""
NULL
[3]=>
string(0) ""
NULL
}
[2]=>
array(4) {
[0]=>
string(0) ""
NULL
[1]=>
string(1) "b"
[2]=>
string(0) ""
NULL
[3]=>
string(0) ""
NULL
}
[3]=>
array(4) {
[0]=>
string(0) ""
NULL
[1]=>
string(0) ""
NULL
[2]=>
string(1) "c"
[3]=>
string(0) ""
NULL
}
[4]=>
array(4) {
[0]=>
string(0) ""
NULL
[1]=>
string(0) ""
NULL
[2]=>
string(0) ""
NULL
[3]=>
string(1) "d"
}
Expand Down Expand Up @@ -128,7 +128,7 @@ array(4) {
[0]=>
string(3) "_b_"
[1]=>
string(0) ""
NULL
[2]=>
string(1) "b"
}
Expand All @@ -137,9 +137,9 @@ array(4) {
[0]=>
string(3) "_c_"
[1]=>
string(0) ""
NULL
[2]=>
string(0) ""
NULL
[3]=>
string(1) "c"
["MARK"]=>
Expand All @@ -150,11 +150,11 @@ array(4) {
[0]=>
string(3) "_d_"
[1]=>
string(0) ""
NULL
[2]=>
string(0) ""
NULL
[3]=>
string(0) ""
NULL
[4]=>
string(1) "d"
}
Expand Down

0 comments on commit 303b365

Please sign in to comment.