Okay, seems to be happening when accessed through the web browser.
On Tue, 10 Jul 2001, [EMAIL PROTECTED] wrote:
> On Tue, 10 Jul 2001, Andrei Zmievski wrote:
>
> > On Tue, 10 Jul 2001, Joao Prado Maia wrote:
> > >
> > > http://www.php.net/bugs.php?id=11536
> >
> > I couldn't find what example the bug was referring to.
>
> This one:
>
> <?php
> function tick()
> {
> static $i;
> printf("[tick i=%d]\n", ++$i);
> }
>
> register_tick_function("tick");
>
> declare (ticks = 2) {
> 1; 2; 3;
> }
> ?>
>
> regards,
>
> Derick Rethans
>
> ---------------------------------------------------------------------
> PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
> SRM: Site Resource Manager - www.vl-srm.net
> ---------------------------------------------------------------------
>
-Andrei
"You choose to do the bad things in your life;
the good ones come and drag you along with them."
- Michael Marshall Smith
--
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]