From 7620042176fbe30eb48cacf4f6321a1857e297e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 8 Jul 2024 14:50:44 +0200 Subject: [PATCH] Fix tests --- ext/date/tests/009_win32.phpt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ext/date/tests/009_win32.phpt b/ext/date/tests/009_win32.phpt index e6d4d36bb36bb..2b2e794cf5aef 100644 --- a/ext/date/tests/009_win32.phpt +++ b/ext/date/tests/009_win32.phpt @@ -35,27 +35,27 @@ echo "Done\n"; setlocale(LC_TIME, $loc); ?> --EXPECTF-- -Deprecated: Function strftime() is deprecated in %s on line %d +Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d bool(false) -Deprecated: Function strftime() is deprecated in %s on line %d +Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d string(%d) "Tue Tuesday Jun June 6/27/2006 12:00:00 AM 27 00 12 178 06 00 AM 00 26 26 2 6/27/2006 12:00:00 AM 06 2006 %s" -Deprecated: Function strftime() is deprecated in %s on line %d +Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d string(5) "%q %a" -Deprecated: Function strftime() is deprecated in %s on line %d +Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d string(4) "blah" -Deprecated: Function gmstrftime() is deprecated in %s on line %d +Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d bool(false) -Deprecated: Function gmstrftime() is deprecated in %s on line %d +Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d string(%d) "Mon Monday Jun June 6/26/2006 9:00:00 PM 26 21 09 177 06 00 PM 00 26 26 1 6/26/2006 9:00:00 PM 06 2006 %s" -Deprecated: Function gmstrftime() is deprecated in %s on line %d +Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d string(5) "%q %a" -Deprecated: Function gmstrftime() is deprecated in %s on line %d +Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d string(4) "blah" Done