Skip to content

Commit c50f61b

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Test request47456.phpt for PR 1303
2 parents 46c8009 + e55e93a commit c50f61b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ext/pcre/tests/request47456.phpt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ array(3) {
3434
["chr"]=>
3535
string(1) "b"
3636
[1]=>
37-
string(0) ""
37+
NULL
3838
["num"]=>
39-
string(0) ""
39+
NULL
4040
[2]=>
41-
string(0) ""
41+
NULL
4242
[3]=>
4343
string(1) "b"
4444
}
@@ -77,11 +77,11 @@ array(3) {
7777
["chr"]=>
7878
string(1) "b"
7979
[1]=>
80-
string(0) ""
80+
NULL
8181
["num"]=>
82-
string(0) ""
82+
NULL
8383
[2]=>
84-
string(0) ""
84+
NULL
8585
[3]=>
8686
string(1) "b"
8787
}

0 commit comments

Comments
 (0)