]> granicus.if.org Git - php/commitdiff
Relax test expectation
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 3 Feb 2020 12:02:12 +0000 (13:02 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 3 Feb 2020 12:03:54 +0000 (13:03 +0100)
Since we're dealing with floating point numbers, precision issues may
hit us, and actually it's not necessary to check for the exact number
anyway, because it is not exact in the first place.  Therefore, we
relax the test expectations.

ext/intl/tests/bug79212.phpt

index 0f7897acc4a5de74b18d596b4ed9eb7bcb8c54e9..3d2083013b8f85bfd0ef0844d2a51806da426cc4 100644 (file)
@@ -13,6 +13,6 @@ var_dump($fmt->format(gmp_init('823749273428379492374')));
 $fmt = new NumberFormatter('en_US', NumberFormatter::PATTERN_DECIMAL);
 var_dump($fmt->format([1], NumberFormatter::TYPE_INT64));
 ?>
---EXPECT--
-string(21) "823749273428379400000"
+--EXPECTF--
+string(21) "823749273428379%c%c%c%c%c%c"
 string(1) "1"