bug28088.phpt

来自「PHP v6.0 For Linux 运行环境:Win9X/ WinME/ Wi」· PHPT 代码 · 共 18 行

PHPT
18
字号
--TEST--Bug #28088 (strtotime() cannot convert 00 hours")--FILE--<?phpputenv("TZ=GMT");echo "The following line rightly shows the correct date time:\n";echo gmdate("m/d/y Hi", strtotime("04/04/04 2345")), "\n";echo "But the following line fails to show the correct date time:\n";echo gmdate("m/d/y Hi", strtotime("04/04/04 0045"))."\r\n";?>--EXPECT--The following line rightly shows the correct date time:04/04/04 2345But the following line fails to show the correct date time:04/04/04 0045

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?