summaryrefslogtreecommitdiff
path: root/ext/standard/formatted_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/formatted_print.c')
-rw-r--r--ext/standard/formatted_print.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c
index 67791bbe23..4ccdc40723 100644
--- a/ext/standard/formatted_print.c
+++ b/ext/standard/formatted_print.c
@@ -389,8 +389,7 @@ php_sprintf_getnumber(char *buffer, int *pos)
return num;
}
-
-/*
+/* {{{ php_formatted_print
* New sprintf implementation for PHP.
*
* Modifiers:
@@ -629,6 +628,7 @@ php_formatted_print(int ht, int *len)
*len = outpos;
return result;
}
+/* }}} */
/* {{{ proto string sprintf(string format [, mixed arg1 [, mixed ...]])
Return a formatted string */
@@ -665,5 +665,6 @@ PHP_FUNCTION(user_printf)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim: sw=4 ts=4 tw=78 fdm=marker
+ * vim600: sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: sw=4 ts=4 tw=78
*/