xref: /PHP-7.4/ext/date/tests/bug50680.phpt (revision fae24f92)
1--TEST--
2Bug #50680 ("eighth" quantifier is not understood)
3--INI--
4date.timezone=UTC
5--FILE--
6<?php
7var_dump(date("d", strtotime("March 1 eighth day 2009")));
8--EXPECT--
9string(2) "09"
10