summaryrefslogtreecommitdiff
path: root/ext/standard/credits.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/credits.c')
-rw-r--r--ext/standard/credits.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c
index 7a65ab09b3..b2089b2eeb 100644
--- a/ext/standard/credits.c
+++ b/ext/standard/credits.c
@@ -24,6 +24,8 @@
#define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)
+/* {{{ php_print_credits
+ */
PHPAPI void php_print_credits(int flag)
{
if (flag & PHP_CREDITS_FULLPAGE) {
@@ -109,10 +111,13 @@ PHPAPI void php_print_credits(int flag)
PUTS("</body></html>\n");
}
}
+/* }}} */
+
/*
* Local variables:
* 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
*/