Skip to content

Commit dd66bb9

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Fix curl_basic_022.phpt for libcurl 8.12.0
2 parents 4172b60 + e9d4fc1 commit dd66bb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/curl/tests/curl_basic_022.phpt

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C2=v2; expires=Thu, 31-Dec-203
1111
var_dump(curl_getinfo($ch, CURLINFO_COOKIELIST));
1212

1313
?>
14-
--EXPECT--
14+
--EXPECTF--
1515
array(2) {
1616
[0]=>
17-
string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
17+
string(38) ".php.net TRUE / FALSE %d C1 v1"
1818
[1]=>
19-
string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
19+
string(38) ".php.net TRUE / FALSE %d C2 v2"
2020
}

0 commit comments

Comments
 (0)