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.
2 parents aba6937 + 42e6788 commit d601b12Copy full SHA for d601b12
ext/intl/tests/bug79212.phpt
@@ -13,6 +13,6 @@ var_dump($fmt->format(gmp_init('823749273428379492374')));
13
$fmt = new NumberFormatter('en_US', NumberFormatter::PATTERN_DECIMAL);
14
var_dump($fmt->format([1], NumberFormatter::TYPE_INT64));
15
?>
16
---EXPECT--
17
-string(21) "823749273428379400000"
+--EXPECTF--
+string(21) "823749273428379%c%c%c%c%c%c"
18
string(1) "1"
0 commit comments