Skip to content

Commit cb28a0a

Browse files
committed
missing fix for test
1 parent 3c43510 commit cb28a0a

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-
NULL
37+
string(0) ""
3838
["num"]=>
39-
NULL
39+
string(0) ""
4040
[2]=>
41-
NULL
41+
string(0) ""
4242
[3]=>
4343
string(1) "b"
4444
}
@@ -77,11 +77,11 @@ array(3) {
7777
["chr"]=>
7878
string(1) "b"
7979
[1]=>
80-
NULL
80+
string(0) ""
8181
["num"]=>
82-
NULL
82+
string(0) ""
8383
[2]=>
84-
NULL
84+
string(0) ""
8585
[3]=>
8686
string(1) "b"
8787
}

0 commit comments

Comments
 (0)