com php-src: Forgot to update the output in the test too: ext/date/tests/bug33415-2.phpt
[email protected] (Derick Rethans)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 1f8fc0fb5618af498fd55f7c594ef9ff4b8013d9 Author: Derick Rethans <[email protected]> Mon, 27 Mar 2017 18:01:22 +0100 Parents: 867c29caf07384828d9f7670647a6a9c1ed4717c Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1f8fc0fb5618af498fd55f7c594ef9ff4b8013d9 Log: Forgot to update the output in the test too Changed paths: M ext/date/tests/bug33415-2.phpt Diff: diff --git a/ext/date/tests/bug33415-2.phpt b/ext/date/tests/bug33415-2.phpt index 61fc0fe..a78557d 100644 --- a/ext/date/tests/bug33415-2.phpt +++ b/ext/date/tests/bug33415-2.phpt @@ -120,7 +120,7 @@ $tStamp = mktime (17, 17, 17, 1, 730, 1970); print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n"; $strtotime_tstamp = strtotime("next Friday", $tStamp); print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n"; -print "wanted=Monday 00:44:30\n\n"; +print "wanted=Friday 00:44:30\n\n"; print "TZ=Asia/Katmandu - Is it OK for this to 0:15 AM?. yes\n"; date_default_timezone_set('Asia/Katmandu');