From: Andrea Faulds Date: Wed, 30 Mar 2016 12:48:51 +0000 (+0100) Subject: Fix two tests on 32-bit X-Git-Tag: php-7.1.0alpha1~395^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ce873b54648030727d20e8012a3dfac515ef748;p=php Fix two tests on 32-bit --- diff --git a/Zend/tests/numeric_string_errors.phpt b/Zend/tests/numeric_string_errors.phpt index 26ceea7dee..e98c58dda7 100644 --- a/Zend/tests/numeric_string_errors.phpt +++ b/Zend/tests/numeric_string_errors.phpt @@ -123,7 +123,7 @@ Warning: A non-numeric value encountered in %s on line %d Notice: A non well formed numeric value encountered in %s on line %d Notice: A non well formed numeric value encountered in %s on line %d -int(360639813910528) +int(%d) Warning: A non-numeric value encountered in %s on line %d diff --git a/Zend/tests/numeric_string_errors_assign.phpt b/Zend/tests/numeric_string_errors_assign.phpt index 7fb8898fc9..8d882aadcc 100644 --- a/Zend/tests/numeric_string_errors_assign.phpt +++ b/Zend/tests/numeric_string_errors_assign.phpt @@ -178,7 +178,7 @@ Warning: A non-numeric value encountered in %s on line %d Notice: A non well formed numeric value encountered in %s on line %d Notice: A non well formed numeric value encountered in %s on line %d -int(360639813910528) +int(%d) Warning: A non-numeric value encountered in %s on line %d