Commit: 2b6ac9e1a0ce6efddba9d513b99a67f8e5d43764 Author: Xinchen Hui <larue...@php.net> Thu, 2 Aug 2012 19:31:34 +0800 Parents: 9a690859f6491dd5c14dfd6c907a5563c8aedd17 Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2b6ac9e1a0ce6efddba9d513b99a67f8e5d43764 Log: Fix test, wrong exepct rule used Changed paths: M ext/intl/tests/bug59597_64.phpt Diff: diff --git a/ext/intl/tests/bug59597_64.phpt b/ext/intl/tests/bug59597_64.phpt index 4b96bf7..eb70995 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) - -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php