Skip to content

Commit 7620042

Browse files
committed
Fix tests
1 parent f2b00f7 commit 7620042

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ext/date/tests/009_win32.phpt

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@ echo "Done\n";
3535
setlocale(LC_TIME, $loc);
3636
?>
3737
--EXPECTF--
38-
Deprecated: Function strftime() is deprecated in %s on line %d
38+
Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
3939
bool(false)
4040

41-
Deprecated: Function strftime() is deprecated in %s on line %d
41+
Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
4242
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"
4343

44-
Deprecated: Function strftime() is deprecated in %s on line %d
44+
Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
4545
string(5) "%q %a"
4646

47-
Deprecated: Function strftime() is deprecated in %s on line %d
47+
Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
4848
string(4) "blah"
4949

50-
Deprecated: Function gmstrftime() is deprecated in %s on line %d
50+
Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
5151
bool(false)
5252

53-
Deprecated: Function gmstrftime() is deprecated in %s on line %d
53+
Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
5454
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"
5555

56-
Deprecated: Function gmstrftime() is deprecated in %s on line %d
56+
Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
5757
string(5) "%q %a"
5858

59-
Deprecated: Function gmstrftime() is deprecated in %s on line %d
59+
Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
6060
string(4) "blah"
6161
Done

0 commit comments

Comments
 (0)