]> granicus.if.org Git - php/commitdiff
Forgot to update the output in the test too
authorDerick Rethans <github@derickrethans.nl>
Mon, 27 Mar 2017 17:01:22 +0000 (18:01 +0100)
committerDerick Rethans <github@derickrethans.nl>
Mon, 27 Mar 2017 17:01:22 +0000 (18:01 +0100)
ext/date/tests/bug33415-2.phpt

index 61fc0fef30fed2f6414c764eee263c39b5df8446..a78557df55eb7c485a9f59e2e2bfb2d6a6efe2ee 100644 (file)
@@ -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');