summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug29150.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/bug29150.phpt')
-rw-r--r--ext/date/tests/bug29150.phpt10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/date/tests/bug29150.phpt b/ext/date/tests/bug29150.phpt
new file mode 100644
index 0000000..d91d68d
--- /dev/null
+++ b/ext/date/tests/bug29150.phpt
@@ -0,0 +1,10 @@
+--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