On Sat, Nov 02, 2002 at 01:42:32PM +0100, Marcus Boerger wrote:
> I would prefer using ob_end_clean() instead of ob_implicit_flush().
> This way what ever settings one uses you can see the progress
> of the tests.
Ok, but wouldn't it be even better to do:
while(ob_get_level()) {
ob_end_cle
I would prefer using ob_end_clean() instead of ob_implicit_flush().
This way what ever settings one uses you can see the progress
of the tests.
marcus
cvs -z3 -q diff run-tests.php (in directory S:\php4-HEAD\)
Index: run-tests.php
==