From: Antony Dovgal Date: Thu, 31 May 2007 21:36:56 +0000 (+0000) Subject: fix folding X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~567 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06e35619853c015846c18e7b65887eb3f4209510;p=php fix folding --- diff --git a/ext/standard/type.c b/ext/standard/type.c index 07fe9d127f..c7d336027d 100644 --- a/ext/standard/type.c +++ b/ext/standard/type.c @@ -215,7 +215,7 @@ PHP_FUNCTION(strval) } /* }}} */ -static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) +static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ { zval *arg; @@ -274,7 +274,7 @@ static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) RETURN_FALSE; } } - +/* }}} */ /* {{{ proto bool is_null(mixed var) U Returns true if variable is null */