> $x=str_repeat('t',99996).'<BR>';
> function strlens($string) {
> //return str_replace("\n",'<br>',$string);
> sleep(3);
> return $string;
> }
>
> ob_start('strlens',128);
> echo str_repeat($x,50);
> ob_end_flush();
in addition this code crashes ;)
dealing with these amounts of crashes tends to lead to laziness
reporting each and every crash
andré
--
· André Langhorst t: +49 331 5811560 ·
· [EMAIL PROTECTED] m: +49 173 9558736 ·
* PHP Quality Assurance http://qa.php.net *
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]