diff options
Diffstat (limited to 'ext/standard/dl.c')
| -rw-r--r-- | ext/standard/dl.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 7f10f5ac96..439fb889c7 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -91,6 +91,8 @@ PHP_FUNCTION(dl) #define USING_ZTS 0 #endif +/* {{{ php_dl + */ void php_dl(pval *file, int type, pval *return_value) { void *handle; @@ -200,7 +202,7 @@ void php_dl(pval *file, int type, pval *return_value) RETURN_TRUE; } - +/* }}} */ PHP_MINFO_FUNCTION(dl) { @@ -227,5 +229,6 @@ PHP_MINFO_FUNCTION(dl) * 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 */ |
