mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
- MFH: Fixed bug #33013: "next month" was handled wrong.
This commit is contained in:
@@ -635,7 +635,7 @@ static TABLE const OtherTable[] = {
|
||||
{ "now", tDAY_UNIT, 0 },
|
||||
{ "last", tUNUMBER, -1 },
|
||||
{ "this", tUNUMBER, 0 },
|
||||
{ "next", tUNUMBER, 2 },
|
||||
{ "next", tUNUMBER, 1 },
|
||||
{ "first", tUNUMBER, 1 },
|
||||
/* { "second", tUNUMBER, 2 }, */
|
||||
{ "third", tUNUMBER, 3 },
|
||||
|
||||
Reference in New Issue
Block a user