mirror of
https://github.com/php/php-src.git
synced 2024-12-18 14:30:35 +08:00
Merge branch 'PHP-7.4'
* PHP-7.4: Relax test expectation
This commit is contained in:
commit
d601b123e7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user