Skip to content

Commit

Permalink
Revert unintended test change
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Jul 9, 2024
1 parent 490dc68 commit e9f571b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/date/tests/gmstrftime_variation17.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var_dump( gmstrftime($format, $timestamp) );
-- Testing gmstrftime() function with Day of the month as decimal single digit format --

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

Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
string(2) " 8"
2 changes: 1 addition & 1 deletion ext/date/tests/strftime_variation17.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var_dump( strftime($format, $timestamp) );
-- Testing strftime() function with Day of the month as decimal single digit format --

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

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

0 comments on commit e9f571b

Please sign in to comment.