tony2001 Thu May 31 21:36:56 2007 UTC
Modified files:
/php-src/ext/standard type.c
Log:
fix folding
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.51&r2=1.52&diff_format=u
Index: php-src/ext/standard/type.c
diff -u php-src/ext/standard/type.c:1.51 php-src/ext/standard/type.c:1.52
--- php-src/ext/standard/type.c:1.51 Thu May 17 17:29:09 2007
+++ php-src/ext/standard/type.c Thu May 31 21:36:56 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: type.c,v 1.51 2007/05/17 17:29:09 tony2001 Exp $ */
+/* $Id: type.c,v 1.52 2007/05/31 21:36:56 tony2001 Exp $ */
#include "php.h"
#include "php_incomplete_class.h"
@@ -215,7 +215,7 @@
}
/* }}} */
-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 @@
RETURN_FALSE;
}
}
-
+/* }}} */
/* {{{ proto bool is_null(mixed var) U
Returns true if variable is null */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php