helly Sun Jan 26 12:23:01 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 run-tests.php
Log:
MFH: Part 2, forgot the '@'
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.119.2.17 php4/run-tests.php:1.119.2.18
--- php4/run-tests.php:1.119.2.17 Sun Jan 26 12:18:24 2003
+++ php4/run-tests.php Sun Jan 26 12:23:00 2003
@@ -46,7 +46,7 @@
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);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php