From b2d267d9ee034fa6b502901caa9a81bcc2212755 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 31 Aug 2016 16:33:14 +0200 Subject: Fix #71882 amendment 2: Negative ftruncate() on php://memory exhausts memory --- ext/standard/tests/file/bug71882.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/file/bug71882.phpt b/ext/standard/tests/file/bug71882.phpt index ae0137b599..3cb6d85240 100644 --- a/ext/standard/tests/file/bug71882.phpt +++ b/ext/standard/tests/file/bug71882.phpt @@ -3,9 +3,9 @@ Bug #71882 (Negative ftruncate() on php://memory exhausts memory) --FILE-- ==DONE== --EXPECTF-- -Warning: ftruncate(): Negative size is not supported in %s%ebug71882.php on line %d +bool(false) ==DONE== -- cgit v1.2.1