I get

Notice: Undefined index:  tick in ticks.php on line 4

- Frank

> Can anyone else reproduce this?
> 
> <?php
> function tickit()
> {
>    $GLOBALS["tick"]++;
> }
> 
> register_tick_function("tickit");
> 
> declare(ticks=2) {
>     $a = 1;
>     $b = 2;
>     $c = 3;
> }
> ?>
> 
> I get a segfault in php_tick_iterator on the line where
> it makes the function call.  I'm not sure whats going wrong
> here.
> 
> --Wez.
> 
> -- 
> Wez Furlong
> The Brain Room Ltd.
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to