1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/date/tests/bug29150.phpt
2020-02-03 22:52:20 +01:00

11 lines
186 B
PHP

--TEST--
Bug #29150 (Roman number format for months)
--INI--
date.timezone=GMT
--FILE--
<?php
echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
?>
--EXPECT--
2005-06-20 00:00:00