Skip to content

Commit d601b12

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Relax test expectation
2 parents aba6937 + 42e6788 commit d601b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/intl/tests/bug79212.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ var_dump($fmt->format(gmp_init('823749273428379492374')));
1313
$fmt = new NumberFormatter('en_US', NumberFormatter::PATTERN_DECIMAL);
1414
var_dump($fmt->format([1], NumberFormatter::TYPE_INT64));
1515
?>
16-
--EXPECT--
17-
string(21) "823749273428379400000"
16+
--EXPECTF--
17+
string(21) "823749273428379%c%c%c%c%c%c"
1818
string(1) "1"

0 commit comments

Comments
 (0)