summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/iconv/iconv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c
index a1de231efa..f0f4af5e2a 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -116,7 +116,7 @@ PHP_INI_BEGIN()
PHP_INI_END()
/* }}} */
-/* [{{ php_iconv_init_globals */
+/* {{{ php_iconv_init_globals */
static void php_iconv_init_globals(zend_iconv_globals *iconv_globals)
{
iconv_globals->input_encoding = NULL;
@@ -352,6 +352,7 @@ static void _php_iconv_show_error(php_iconv_err_t err, const char *in_charset, c
break;
}
}
+/* }}} */
/* {{{ proto string iconv(string in_charset, string out_charset, string str)
Returns str converted to the out_charset character set */