1.1 ! misho 1: --TEST-- ! 2: Bug #50680 ("eighth" quantifier is not understood) ! 3: --INI-- ! 4: date.timezone=UTC ! 5: --FILE-- ! 6: <?php ! 7: var_dump(date("d", strtotime("March 1 eighth day 2009"))); ! 8: --EXPECT-- ! 9: string(2) "09"