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 a9625f8 commit 892b32dCopy full SHA for 892b32d
ext/intl/tests/bug53735.phpt
@@ -12,7 +12,6 @@ var_dump(numfmt_format($fmt, 5.5));
12
setlocale(LC_ALL, "da_DK.UTF-8");
13
14
var_dump(numfmt_format($fmt, 5.5));
15
-var_dump(numfmt_format($fmt, "5,5"));
16
17
18
$fmt = new \NumberFormatter("de_DE", \NumberFormatter::DECIMAL);
@@ -25,8 +24,5 @@ var_dump($f->format(0.26));
25
24
--EXPECTF--
26
string(%d) "5,50 kr%A"
27
28
-
29
-Notice: A non well formed numeric value encountered in %s on line %d
30
-string(%d) "5,00 kr%A"
31
string(5) "23,25"
32
string(3) "26%"
0 commit comments