Skip to content

Commit 892b32d

Browse files
committed
Drop non-well numeric string in Intl test
1 parent a9625f8 commit 892b32d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/intl/tests/bug53735.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var_dump(numfmt_format($fmt, 5.5));
1212
setlocale(LC_ALL, "da_DK.UTF-8");
1313

1414
var_dump(numfmt_format($fmt, 5.5));
15-
var_dump(numfmt_format($fmt, "5,5"));
1615

1716

1817
$fmt = new \NumberFormatter("de_DE", \NumberFormatter::DECIMAL);
@@ -25,8 +24,5 @@ var_dump($f->format(0.26));
2524
--EXPECTF--
2625
string(%d) "5,50 kr%A"
2726
string(%d) "5,50 kr%A"
28-
29-
Notice: A non well formed numeric value encountered in %s on line %d
30-
string(%d) "5,00 kr%A"
3127
string(5) "23,25"
3228
string(3) "26%"

0 commit comments

Comments
 (0)