Skip to content

Commit 7ad04a0

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
2 parents 65c9a3f + 763a7b8 commit 7ad04a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/intl/tests/dateformat_bug65683_2.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ $date_imm = date_create_immutable('1970-01-01');
77
var_dump(datefmt_format_object($date, null, 'fr_FR'));
88
var_dump(datefmt_format_object($date_imm, null, 'fr_FR'));
99
?>
10-
--EXPECT--
11-
string(24) "1 janv. 1970 à 00:00:00"
12-
string(24) "1 janv. 1970 à 00:00:00"
10+
--EXPECTF--
11+
string(%d) "%s"
12+
string(%d) "%s"

0 commit comments

Comments
 (0)