Skip to content

Commit e9f571b

Browse files
committed
Revert unintended test change
1 parent 490dc68 commit e9f571b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/date/tests/gmstrftime_variation17.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var_dump( gmstrftime($format, $timestamp) );
2121
-- Testing gmstrftime() function with Day of the month as decimal single digit format --
2222

2323
Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
24-
string(2) " 8"
24+
string(2) "%A%d"
2525

2626
Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
2727
string(2) " 8"

ext/date/tests/strftime_variation17.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var_dump( strftime($format, $timestamp) );
2020
-- Testing strftime() function with Day of the month as decimal single digit format --
2121

2222
Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
23-
string(2) " 8"
23+
string(2) "%A%d"
2424

2525
Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
2626
string(2) " 8"

0 commit comments

Comments
 (0)