mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix curl_basic_022.phpt for libcurl 8.12.0
This commit is contained in:
@@ -11,10 +11,10 @@ curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C2=v2; expires=Thu, 31-Dec-203
|
|||||||
var_dump(curl_getinfo($ch, CURLINFO_COOKIELIST));
|
var_dump(curl_getinfo($ch, CURLINFO_COOKIELIST));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
array(2) {
|
array(2) {
|
||||||
[0]=>
|
[0]=>
|
||||||
string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
|
string(38) ".php.net TRUE / FALSE %d C1 v1"
|
||||||
[1]=>
|
[1]=>
|
||||||
string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
|
string(38) ".php.net TRUE / FALSE %d C2 v2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user