Browse Source

Added test for bug #50680

experimental/first_unicode_implementation
Ilia Alshanetsky 16 years ago
parent
commit
3c92875e18
  1. 9
      ext/date/tests/bug50680.phpt

9
ext/date/tests/bug50680.phpt

@ -0,0 +1,9 @@
--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"
Loading…
Cancel
Save