We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433758c commit b3a669bCopy full SHA for b3a669b
ext/intl/tests/dateformat_bug65683_2.phpt
@@ -7,6 +7,6 @@ $date_imm = date_create_immutable('1970-01-01');
7
var_dump(datefmt_format_object($date, null, 'fr_FR'));
8
var_dump(datefmt_format_object($date_imm, null, 'fr_FR'));
9
?>
10
---EXPECT--
11
-string(24) "1 janv. 1970 à 00:00:00"
12
+--EXPECTF--
+string(%d) "%s"
0 commit comments