php-src/tests/output/ob_020.phpt
Michael Wallner 2964547bf9 - fix skipif
- generalize error message expectation
2006-10-13 09:06:03 +00:00

16 lines
382 B
PHP

--TEST--
output buffering - memory exhaustion (segv, memory_limit>200k)
--SKIPIF--
<?php
function_exists("memory_get_usage") or die("skip need --enable-memory-limit\n");
?>
--INI--
output_buffering=1
memory_limit=500k
--FILE--
<?php
while(true) echo "foo";
?>
--EXPECTF--
Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d