From 4fee41c383531a0da6791f8c794fa2c8915c5df4 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 13 Oct 2006 09:03:03 +0000 Subject: [PATCH] - add test, segfaults ATM --- tests/output/ob_020.phpt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/output/ob_020.phpt diff --git a/tests/output/ob_020.phpt b/tests/output/ob_020.phpt new file mode 100644 index 0000000000..0b563c3431 --- /dev/null +++ b/tests/output/ob_020.phpt @@ -0,0 +1,15 @@ +--TEST-- +output buffering - memory exhaustion (segv, memory_limit>200k) +--SKIPIF-- + +--INI-- +output_buffering=1 +memory_limit=500k +--FILE-- + +--EXPECTF-- +Fatal error: Allowed memory size of %d bytes exhausted at %s/output.c:%d (tried to allocate %d bytes) in Unknown on line 0 -- 2.50.1