From: George Peter Banyard Date: Sun, 28 Jun 2020 15:49:54 +0000 (+0200) Subject: Drop non-well numeric string in Intl test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=892b32d8397ac69a9a4a2f271254a154100827d0;p=php Drop non-well numeric string in Intl test --- diff --git a/ext/intl/tests/bug53735.phpt b/ext/intl/tests/bug53735.phpt index 66370e61f2..280babb852 100644 --- a/ext/intl/tests/bug53735.phpt +++ b/ext/intl/tests/bug53735.phpt @@ -12,7 +12,6 @@ var_dump(numfmt_format($fmt, 5.5)); setlocale(LC_ALL, "da_DK.UTF-8"); var_dump(numfmt_format($fmt, 5.5)); -var_dump(numfmt_format($fmt, "5,5")); $fmt = new \NumberFormatter("de_DE", \NumberFormatter::DECIMAL); @@ -25,8 +24,5 @@ var_dump($f->format(0.26)); --EXPECTF-- string(%d) "5,50 kr%A" string(%d) "5,50 kr%A" - -Notice: A non well formed numeric value encountered in %s on line %d -string(%d) "5,00 kr%A" string(5) "23,25" string(3) "26%"