diff options
Diffstat (limited to 'ext/spl/spl_functions.h')
-rw-r--r-- | ext/spl/spl_functions.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/spl/spl_functions.h b/ext/spl/spl_functions.h index dc85ab84ff..2b9ff7890d 100644 --- a/ext/spl/spl_functions.h +++ b/ext/spl/spl_functions.h @@ -78,12 +78,3 @@ zend_string *spl_gen_private_prop_name(zend_class_entry *ce, char *prop_name, in #define SPL_MA(class_name, function_name, alias_class, alias_function, arg_info, flags) \ PHP_MALIAS(spl_ ## alias_class, function_name, alias_function, arg_info, flags) #endif /* PHP_FUNCTIONS_H */ - -/* - * Local Variables: - * c-basic-offset: 4 - * tab-width: 4 - * End: - * vim600: fdm=marker - * vim: noet sw=4 ts=4 - */ |