On Mon, 1 May 2006 16:17:54 +0200 [EMAIL PROTECTED] (Pierre) wrote:
> I also like to change input_get behaviors. We actually have no way to > know if a variable does not exists or is invalid. Both return NULL. > > I like to return false when a variable does not fit the condition and > NULL when it does not exist. Is it fine? If yes, I'll provide another > patch. The patch is updated to support this behavior in input_get_args. If a variable does not exist, its index is set to NULL, if its value is invalid, it is set to FALSE. It starts to be usefull :-) -- Pierre Did I help you? Please donate http://blog.thepimp.net/index.php/1998/04/12/57-please-donate -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php