📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 09:59:29
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-http_4.2.6-4.el8
/
tests
✏️
Editing: cookie002.phpt
--TEST-- cookies expire as date --SKIPIF-- <?php include "skipif.inc"; ?> --INI-- date.timezone=UTC --FILE-- <?php echo "Test\n"; $d = new DateTime; $c = new http\Cookie(array("expires" => $d->format(DateTime::RFC1123))); var_dump($d->format("U") == $c->getExpires()); ?> DONE --EXPECT-- Test bool(true) DONE
💾 Save Changes
❌ Cancel