From: Marcus Boerger Date: Sun, 26 Jan 2003 17:23:00 +0000 (+0000) Subject: MFH: Part 2, forgot the '@' X-Git-Tag: PHP_4_3_before_13561_fix~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f660a474af08d3a1205dbd64746ddb7e65506808;p=php MFH: Part 2, forgot the '@' --- diff --git a/run-tests.php b/run-tests.php index ecee64bf77..c42719f9aa 100755 --- a/run-tests.php +++ b/run-tests.php @@ -46,7 +46,7 @@ $cwd = getcwd(); set_time_limit(0); // delete as much output buffers as possible -while(ob_end_clean()); +while(@ob_end_clean()); if (ob_get_level()) echo "Not all buffers were deleted.\n"; error_reporting(E_ALL);