1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00

fix test portability

This commit is contained in:
Anatol Belski
2016-05-25 11:19:19 +02:00
parent 2464b092eb
commit 65a2c451bb

View File

@@ -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