mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: tests: Fix expectations
This commit is contained in:
commit
f47a7e8056
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ array(6) {
|
|||
[0]=>
|
||||
string(14) "GET / HTTP/1.1"
|
||||
[1]=>
|
||||
string(21) "Host: 127.0.0.1:%d"
|
||||
string(%d) "Host: 127.0.0.1:%d"
|
||||
[2]=>
|
||||
string(17) "Connection: close"
|
||||
[3]=>
|
||||
|
|
|
@ -44,7 +44,7 @@ array(7) {
|
|||
[0]=>
|
||||
string(14) "GET / HTTP/1.1"
|
||||
[1]=>
|
||||
string(21) "Host: 127.0.0.1:%d"
|
||||
string(%d) "Host: 127.0.0.1:%d"
|
||||
[2]=>
|
||||
string(17) "Connection: close"
|
||||
[3]=>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue