From d5dd9d59aed4906fe3b755b572c19ef9093513f5 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 2 Jun 2021 19:54:52 +0200 Subject: [PATCH] Speed up test case This test case did 100,000 includes of a non existing file to show the memory leak; this is not necessary, because after the first failing include, memory is not supposed to increase for further includes. Closes GH-7088. --- Zend/tests/bug79514.phpt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Zend/tests/bug79514.phpt b/Zend/tests/bug79514.phpt index 51824899647..2ad555dc7e8 100644 --- a/Zend/tests/bug79514.phpt +++ b/Zend/tests/bug79514.phpt @@ -2,12 +2,13 @@ Bug #79514 (Memory leaks while including unexistent file) --FILE-- --EXPECT-- bool(true)