Skip to content

Commit 4b8554d

Browse files
committed
Fixes after rebase
1 parent c657d2b commit 4b8554d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/uri/tests/whatwg/parsing/password_success_empty.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object(Uri\WhatWg\Url)#%d (%d) {
1616
["username"]=>
1717
string(4) "user"
1818
["password"]=>
19-
NULL
19+
string(0) ""
2020
["host"]=>
2121
string(11) "example.com"
2222
["port"]=>

ext/uri/tests/whatwg/parsing/username_success_empty.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object(Uri\WhatWg\Url)#%d (%d) {
1414
["scheme"]=>
1515
string(5) "https"
1616
["username"]=>
17-
NULL
17+
string(0) ""
1818
["password"]=>
1919
string(4) "pass"
2020
["host"]=>

ext/uri/tests/whatwg/parsing/username_success_extended_ascii.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object(Uri\WhatWg\Url)#%d (%d) {
1616
["username"]=>
1717
string(14) "%C3%BAz%C3%B6r"
1818
["password"]=>
19-
NULL
19+
string(0) ""
2020
["host"]=>
2121
string(11) "example.com"
2222
["port"]=>

0 commit comments

Comments
 (0)