From: Anatol Belski Date: Wed, 25 May 2016 09:19:19 +0000 (+0200) Subject: fix test portability X-Git-Tag: php-7.0.8RC1~42^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65a2c451bbe0f9484d80611d7e3c538a129e5847;p=php fix test portability --- diff --git a/ext/standard/tests/file/bug72114.phpt b/ext/standard/tests/file/bug72114.phpt index 5e591ee478..f0f11c1dea 100644 --- a/ext/standard/tests/file/bug72114.phpt +++ b/ext/standard/tests/file/bug72114.phpt @@ -8,5 +8,5 @@ fread($fp, 2147483648); ?> Done --EXPECTF-- -Warning: fread(): Length parameter must be no more than 2147483647 in %s/bug72114.php on line %d +Warning: fread(): Length parameter must be no more than 2147483647 in %s%ebug72114.php on line %d Done