Merge branch 'PHP-7.4'

* PHP-7.4:
  Relax test expectation
This commit is contained in:
Christoph M. Becker 2020-02-03 13:05:54 +01:00
commit d601b123e7

View 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"