On 19.11.2007 18:55, Dmitry Stogov wrote:
> -/* $Id: filestat.c,v 1.168 2007/11/05 16:29:04 jani Exp $ */
> +/* $Id: filestat.c,v 1.169 2007/11/19 15:55:48 dmitry Exp $ */
>  
>  #include "php.h"
>  #include "fopen_wrappers.h"
> @@ -428,12 +428,16 @@
>       int ret;
>  
>       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "tz/", &filename, 
> &filename_len, &filename_type, &group) == FAILURE) {
> -             return;
> +             RETURN_FALSE;

What was the problem with returning NULL?

-- 
Wbr, 
Antony Dovgal

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

Reply via email to