Just to indicate that this is not php function return and some other
processing (in caller function) follows.

On Sat, Feb 26, 2011 at 11:30 PM, Antony Dovgal <t...@daylessday.org> wrote:
> -                       RETURN_FALSE;
> +                       RETVAL_FALSE;
> +                       return;
>
> What's the point?
> #define RETURN_FALSE                    { RETVAL_FALSE; return; }
>
> --
> Wbr,
> Antony Dovgal
> ---
> http://pinba.org - realtime statistics for PHP
>

-- 
Boris Lytochkin

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to