Viewing File: /opt/alt/tests/alt-php83-pecl-http_4.2.6-4.el8/tests/cookie003.phpt

--TEST--
cookies numeric keys
--SKIPIF--
<?php
include "skipif.inc";
?>
--FILE--
<?php
echo "Test\n";

$c = new http\Cookie("1=%20; 2=%22; 3=%5D", 0, array(2));
var_dump("1=%20; 3=%5D; 2=%22; " === (string) $c);

?>
DONE
--EXPECT--
Test
bool(true)
DONE
Back to Directory File Manager
<