Skip to content

Commit f47a7e8

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: tests: Fix expectations
2 parents b83a8d5 + 7f2299c commit f47a7e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/tests/http/ghsa-hgf5-96fm-v528-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ array(6) {
4444
[0]=>
4545
string(14) "GET / HTTP/1.1"
4646
[1]=>
47-
string(21) "Host: 127.0.0.1:%d"
47+
string(%d) "Host: 127.0.0.1:%d"
4848
[2]=>
4949
string(17) "Connection: close"
5050
[3]=>

ext/standard/tests/http/ghsa-hgf5-96fm-v528-003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ array(7) {
4444
[0]=>
4545
string(14) "GET / HTTP/1.1"
4646
[1]=>
47-
string(21) "Host: 127.0.0.1:%d"
47+
string(%d) "Host: 127.0.0.1:%d"
4848
[2]=>
4949
string(17) "Connection: close"
5050
[3]=>

0 commit comments

Comments
 (0)