On Thu, 6 Sep 2001, Sebastian Bergmann wrote:

>     <?php
>     $string = 'FOOBAR';
>     echo $string . '<br>';
>
>     if (stristr($string, 'hubu')) {
>       tubu();
>     }
>
>     echo $string;
>     ?>
>
>   outputs
>
>     FOOBAR
>     foobar
>
>   This can't be the intended behaviour, can it?
>
>

    Noop... fixed in cvs.

    -sterling


-- 
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]

Reply via email to