From: Michael Wallner Date: Fri, 13 Oct 2006 09:06:03 +0000 (+0000) Subject: - fix skipif X-Git-Tag: RELEASE_1_0_0RC1~1290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2964547bf94f6c39d8ca78cf7b0c723b8523aeee;p=php - fix skipif - generalize error message expectation --- 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