1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test
This commit is contained in:
Michael Wallner
2013-12-12 12:09:54 +01:00

View File

@@ -1,5 +1,7 @@
--TEST--
Bug #53879 (DateTime::createFromFormat() fails to parse cookie expiration date)
--INI--
date.timezone=UTC
--FILE--
<?php
$date = DateTime::createFromFormat(DateTime::COOKIE, "Mon, 21-Jan-2041 15:24:52 GMT");