If all return paths return bool, then yes. Otherwise, no. (now that's a boolean way to put it :)


Andi

At 09:09 PM 12/4/2004 +1100, Dave Barr wrote:
Hi Rasmus, noticed a proto problem with this commit.

You have the function proto returning an array:

> +/* {{{ proto array apache_reset_timeout(void)

but:

> +             RETURN_FALSE;

and

> +     RETURN_TRUE;

Change the proto to return bool?

Dave

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

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



Reply via email to