summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug50680.phpt
blob: 0efae1f9bd2bf3cde50a891822b7cf5373fdc54c (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #50680 ("eighth" quantifier is not understood)
--INI--
date.timezone=UTC
--FILE--
<?php
var_dump(date("d", strtotime("March 1 eighth day 2009")));
?>
--EXPECT--
string(2) "09"