summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-03 13:05:09 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-03 13:05:09 +0100
commit42e67881c9597681196f215c2122e90ee7427e7e (patch)
treef683fa4a737040f6ddc0843216ef1dc87f5fecf3
parent57b9eca83da0525b4ba0533477cf24560ec7032f (diff)
parentb93e4aa11c409ae34c9088ba976117438fc80b9c (diff)
downloadphp-git-42e67881c9597681196f215c2122e90ee7427e7e.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Relax test expectation
-rw-r--r--ext/intl/tests/bug79212.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/bug79212.phpt b/ext/intl/tests/bug79212.phpt
index 0f7897acc4..3d2083013b 100644
--- a/ext/intl/tests/bug79212.phpt
+++ b/ext/intl/tests/bug79212.phpt
@@ -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"