summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-08-02 19:31:34 +0800
committerXinchen Hui <laruence@php.net>2012-08-02 19:31:34 +0800
commit2b6ac9e1a0ce6efddba9d513b99a67f8e5d43764 (patch)
treec619425e1e68ad255e04f0b7609903d2767b1540
parent9a690859f6491dd5c14dfd6c907a5563c8aedd17 (diff)
downloadphp-git-2b6ac9e1a0ce6efddba9d513b99a67f8e5d43764.tar.gz
Fix test, wrong exepct rule used
-rw-r--r--ext/intl/tests/bug59597_64.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/intl/tests/bug59597_64.phpt b/ext/intl/tests/bug59597_64.phpt
index 4b96bf72e9..eb70995a25 100644
--- a/ext/intl/tests/bug59597_64.phpt
+++ b/ext/intl/tests/bug59597_64.phpt
@@ -15,7 +15,6 @@ $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
var_dump($value);
?>
---EXPECTREGEX--
+--EXPECT--
int(2147483647)
int(2147483650)
-