php-src/ext/date/tests/bug50680.phpt
2020-08-09 22:03:36 +02:00

11 lines
189 B
PHP

--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"