Skip to content

Commit 711d8c2

Browse files
committed
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src: fix test
2 parents 47f4138 + 8ee6fe9 commit 711d8c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/date/tests/bug53879.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #53879 (DateTime::createFromFormat() fails to parse cookie expiration date)
3+
--INI--
4+
date.timezone=UTC
35
--FILE--
46
<?php
57
$date = DateTime::createFromFormat(DateTime::COOKIE, "Mon, 21-Jan-2041 15:24:52 GMT");

0 commit comments

Comments
 (0)