From 2964547bf94f6c39d8ca78cf7b0c723b8523aeee Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 13 Oct 2006 09:06:03 +0000 Subject: [PATCH] - fix skipif - generalize error message expectation --- tests/output/ob_020.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/output/ob_020.phpt b/tests/output/ob_020.phpt index 0b563c3431..89c0055500 100644 --- a/tests/output/ob_020.phpt +++ b/tests/output/ob_020.phpt @@ -2,7 +2,7 @@ output buffering - memory exhaustion (segv, memory_limit>200k) --SKIPIF-- --INI-- output_buffering=1 @@ -12,4 +12,4 @@ memory_limit=500k while(true) echo "foo"; ?> --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 +Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d -- 2.50.1