diff options
Diffstat (limited to 'Zend')
110 files changed, 0 insertions, 1087 deletions
diff --git a/Zend/zend.c b/Zend/zend.c index 599d894091..6dc1c9c4cc 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -1740,13 +1740,3 @@ ZEND_API void zend_map_ptr_extend(size_t last) CG(map_ptr_last) = last; } } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend.h b/Zend/zend.h index 421625fa7d..d804ffc184 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -354,13 +354,3 @@ ZEND_API void zend_restore_error_handling(zend_error_handling *saved); #include "zend_operators.h" #endif /* ZEND_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_API.c b/Zend/zend_API.c index e524227156..ac8e7db31c 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -4348,13 +4348,3 @@ ZEND_API zend_bool zend_is_countable(zval *countable) /* {{{ */ } } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_API.h b/Zend/zend_API.h index 7656c2aee1..83afe6e640 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -1571,14 +1571,3 @@ static zend_always_inline void zend_parse_arg_zval_deref(zval *arg, zval **dest, END_EXTERN_C() #endif /* ZEND_API_H */ - - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 9cb48d9006..505201a98c 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -2948,13 +2948,3 @@ ZEND_API void * __zend_realloc(void *p, size_t len) } zend_out_of_memory(); } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index aaa3f12fab..abe6ec8e12 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -401,13 +401,3 @@ static void apc_init_heap(void) END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_alloc_sizes.h b/Zend/zend_alloc_sizes.h index c0e9790d7e..9f1c00eaad 100644 --- a/Zend/zend_alloc_sizes.h +++ b/Zend/zend_alloc_sizes.h @@ -62,13 +62,3 @@ _(29, 3072, 4, 3, x, y) #endif /* ZEND_ALLOC_SIZES_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_arena.h b/Zend/zend_arena.h index f93294a5fa..a27d00d345 100644 --- a/Zend/zend_arena.h +++ b/Zend/zend_arena.h @@ -111,13 +111,3 @@ static zend_always_inline void zend_arena_release(zend_arena **arena_ptr, void * } #endif /* _ZEND_ARENA_H_ */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ast.c b/Zend/zend_ast.c index 3c8c133c76..2cacd53287 100644 --- a/Zend/zend_ast.c +++ b/Zend/zend_ast.c @@ -2044,13 +2044,3 @@ ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *as smart_str_0(&str); return str.s; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h index a3a5ed461d..499b8b4191 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -335,13 +335,3 @@ static zend_always_inline zend_ast *zend_ast_list_rtrim(zend_ast *ast) { return ast; } #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_bitset.h b/Zend/zend_bitset.h index 02c133ded3..2a227e4822 100644 --- a/Zend/zend_bitset.h +++ b/Zend/zend_bitset.h @@ -252,13 +252,3 @@ static inline int zend_bitset_pop_first(zend_bitset set, uint32_t len) { } #endif /* _ZEND_BITSET_H_ */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_build.h b/Zend/zend_build.h index 11856c3972..c604fb311a 100644 --- a/Zend/zend_build.h +++ b/Zend/zend_build.h @@ -44,13 +44,3 @@ #define ZEND_BUILD_EXTRA #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 0cd3e0c0fe..984522cd52 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -2582,13 +2582,3 @@ ZEND_FUNCTION(get_extension_funcs) } } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h index 25c3cc6b08..cfc347ed41 100644 --- a/Zend/zend_builtin_functions.h +++ b/Zend/zend_builtin_functions.h @@ -27,13 +27,3 @@ ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int END_EXTERN_C() #endif /* ZEND_BUILTIN_FUNCTIONS_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_closures.c b/Zend/zend_closures.c index f263c2a555..c5d35db790 100644 --- a/Zend/zend_closures.c +++ b/Zend/zend_closures.c @@ -759,13 +759,3 @@ void zend_closure_bind_var_ex(zval *closure_zv, uint32_t offset, zval *val) /* { ZVAL_COPY_VALUE(var, val); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_closures.h b/Zend/zend_closures.h index 620162f00e..6e27ddc8df 100644 --- a/Zend/zend_closures.h +++ b/Zend/zend_closures.h @@ -41,13 +41,3 @@ ZEND_API zval* zend_get_closure_this_ptr(zval *obj); END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index b56356660b..a3f5f07e57 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -8643,13 +8643,3 @@ void zend_eval_const_expr(zend_ast **ast_ptr) /* {{{ */ *ast_ptr = zend_ast_create_zval(&result); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 833139eafc..62d17b4e11 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -1065,13 +1065,3 @@ END_EXTERN_C() ZEND_API zend_bool zend_binary_op_produces_numeric_string_error(uint32_t opcode, zval *op1, zval *op2); #endif /* ZEND_COMPILE_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index 0c3a57d051..85384f0b0e 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -85,13 +85,3 @@ extern "C++" { #define ZEND_DLIMPORT __declspec(dllimport) #endif /* ZEND_CONFIG_W32_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c index e38dc61fff..a7485fd7f5 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -490,14 +490,3 @@ ZEND_API int zend_register_constant(zend_constant *c) } return ret; } - - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h index 66c9e1c63c..4d3335a490 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -100,13 +100,3 @@ END_EXTERN_C() #define ZEND_CONSTANT_DTOR free_zend_constant #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_cpuinfo.c b/Zend/zend_cpuinfo.c index 4cbd2ac776..1b53a851bc 100644 --- a/Zend/zend_cpuinfo.c +++ b/Zend/zend_cpuinfo.c @@ -107,11 +107,3 @@ ZEND_API int zend_cpu_supports(zend_cpu_feature feature) { return (cpuinfo.ecx & feature); } } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - */ diff --git a/Zend/zend_cpuinfo.h b/Zend/zend_cpuinfo.h index 2cd9626d11..492be74435 100644 --- a/Zend/zend_cpuinfo.h +++ b/Zend/zend_cpuinfo.h @@ -203,11 +203,3 @@ static zend_always_inline int zend_cpu_supports_avx2() { #endif #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - */ diff --git a/Zend/zend_default_classes.c b/Zend/zend_default_classes.c index 8c0998e62e..e5ef403c4e 100644 --- a/Zend/zend_default_classes.c +++ b/Zend/zend_default_classes.c @@ -34,13 +34,3 @@ ZEND_API void zend_register_default_classes(void) zend_register_closure_ce(); zend_register_generator_ce(); } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_dtrace.c b/Zend/zend_dtrace.c index 52ceb472f7..750fb686c8 100644 --- a/Zend/zend_dtrace.c +++ b/Zend/zend_dtrace.c @@ -112,13 +112,3 @@ ZEND_API void dtrace_execute_internal(zend_execute_data *execute_data, zval *ret /* }}} */ #endif /* HAVE_DTRACE */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_dtrace.h b/Zend/zend_dtrace.h index 9276ef7c60..c4fedadd40 100644 --- a/Zend/zend_dtrace.h +++ b/Zend/zend_dtrace.h @@ -44,13 +44,3 @@ ZEND_API void dtrace_execute_internal(zend_execute_data *execute_data, zval *ret #endif #endif /* _ZEND_DTRACE_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_errors.h b/Zend/zend_errors.h index 9932b1e47e..441458c033 100644 --- a/Zend/zend_errors.h +++ b/Zend/zend_errors.h @@ -40,13 +40,3 @@ #define E_CORE (E_CORE_ERROR | E_CORE_WARNING) #endif /* ZEND_ERRORS_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c index b3086989da..8352348a53 100644 --- a/Zend/zend_exceptions.c +++ b/Zend/zend_exceptions.c @@ -1046,13 +1046,3 @@ ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ zend_throw_exception_internal(exception); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h index ec73a6e753..5f31c4b25b 100644 --- a/Zend/zend_exceptions.h +++ b/Zend/zend_exceptions.h @@ -80,13 +80,3 @@ static zend_always_inline void zend_rethrow_exception(zend_execute_data *execute END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 519b295cca..f828157d4b 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -4381,13 +4381,3 @@ ZEND_API int ZEND_FASTCALL zend_check_arg_type(zend_function *zf, uint32_t arg_n { return zend_verify_arg_type(zf, arg_num, arg, default_value, cache_slot); } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h index b5f08bcfe8..f58b9d7c95 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -473,13 +473,3 @@ ZEND_COLD void zend_verify_property_type_error(zend_property_info *info, zval *p END_EXTERN_C() #endif /* ZEND_EXECUTE_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 5ed80be6ff..fb6faad8af 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -1595,13 +1595,3 @@ ZEND_API int zend_forbid_dynamic_call(const char *func_name) /* {{{ */ return SUCCESS; } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_extensions.c b/Zend/zend_extensions.c index 5ebfcc6bf3..2509daf318 100644 --- a/Zend/zend_extensions.c +++ b/Zend/zend_extensions.c @@ -329,13 +329,3 @@ ZEND_API size_t zend_extensions_op_array_persist(zend_op_array *op_array, void * } return 0; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index c269d394ac..87c7748c36 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -154,13 +154,3 @@ ZEND_API size_t zend_extensions_op_array_persist(zend_op_array *op_array, void * END_EXTERN_C() #endif /* ZEND_EXTENSIONS_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_float.c b/Zend/zend_float.c index a062ef7681..90af0c4a5f 100644 --- a/Zend/zend_float.c +++ b/Zend/zend_float.c @@ -54,13 +54,3 @@ ZEND_API void zend_ensure_fpu_mode(void) /* {{{ */ XPFPA_SWITCH_DOUBLE(); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_float.h b/Zend/zend_float.h index 9db23f4e22..dc1a451589 100644 --- a/Zend/zend_float.h +++ b/Zend/zend_float.h @@ -416,13 +416,3 @@ END_EXTERN_C() #endif /* FPU CONTROL */ #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c index 94787de88a..4d3f829412 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -1432,15 +1432,3 @@ ZEND_API void zend_gc_get_status(zend_gc_status *status) status->threshold = GC_G(gc_threshold); status->num_roots = GC_G(num_roots); } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - * - * vim:noexpandtab: - */ diff --git a/Zend/zend_gc.h b/Zend/zend_gc.h index c1c6c1b1fc..377bd4298a 100644 --- a/Zend/zend_gc.h +++ b/Zend/zend_gc.h @@ -81,13 +81,3 @@ static zend_always_inline void gc_check_possible_root(zend_refcounted *ref) } #endif /* ZEND_GC_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_generators.c b/Zend/zend_generators.c index 8e121e3374..9e7e5fe28f 100644 --- a/Zend/zend_generators.c +++ b/Zend/zend_generators.c @@ -1225,13 +1225,3 @@ void zend_register_generator_ce(void) /* {{{ */ zend_ce_ClosedGeneratorException = zend_register_internal_class_ex(&ce, zend_ce_exception); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_generators.h b/Zend/zend_generators.h index 950abb8c23..abccf3a529 100644 --- a/Zend/zend_generators.h +++ b/Zend/zend_generators.h @@ -134,13 +134,3 @@ static zend_always_inline zend_generator *zend_generator_get_current(zend_genera END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 5135093636..07d13f65b4 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -296,13 +296,3 @@ struct _zend_php_scanner_globals { }; #endif /* ZEND_GLOBALS_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_globals_macros.h b/Zend/zend_globals_macros.h index 4064cb794a..18181a433e 100644 --- a/Zend/zend_globals_macros.h +++ b/Zend/zend_globals_macros.h @@ -67,13 +67,3 @@ extern ZEND_API zend_ini_scanner_globals ini_scanner_globals; END_EXTERN_C() #endif /* ZEND_GLOBALS_MACROS_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c index 4b02913f18..f95034a60f 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -2818,13 +2818,3 @@ convert: return new_ht; } } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h index f1f64b50c7..6cfa7e8821 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -1161,13 +1161,3 @@ static zend_always_inline void _zend_hash_append_ind(HashTable *ht, zend_string } #endif /* ZEND_HASH_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_highlight.c b/Zend/zend_highlight.c index d97cfd2b6b..5e94df0a99 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -228,13 +228,3 @@ ZEND_API void zend_strip(void) /* Discard parse errors thrown during tokenization */ zend_clear_exception(); } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_highlight.h b/Zend/zend_highlight.h index beb272678d..92a4dbccd3 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -48,13 +48,3 @@ END_EXTERN_C() extern zend_syntax_highlighter_ini syntax_highlighter_ini; #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c index 6ada3bf4ca..d585edfde2 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -2004,13 +2004,3 @@ ZEND_API void zend_do_link_class(zend_class_entry *ce, zend_class_entry *parent) zend_build_properties_info_table(ce); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_inheritance.h b/Zend/zend_inheritance.h index 9b776afdbd..eb68a6d278 100644 --- a/Zend/zend_inheritance.h +++ b/Zend/zend_inheritance.h @@ -35,13 +35,3 @@ void zend_build_properties_info_table(zend_class_entry *ce); END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index 0fdaf95ab5..e4b9e6bc5e 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -698,13 +698,3 @@ ZEND_API ZEND_INI_MH(OnUpdateStringUnempty) /* {{{ */ return SUCCESS; } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ini.h b/Zend/zend_ini.h index 2db667ae8e..0b7f148083 100644 --- a/Zend/zend_ini.h +++ b/Zend/zend_ini.h @@ -195,13 +195,3 @@ typedef struct _zend_ini_parser_param { } zend_ini_parser_param; #endif /* ZEND_INI_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ini_parser.y b/Zend/zend_ini_parser.y index e5a28d2bdc..6245dc5e0a 100644 --- a/Zend/zend_ini_parser.y +++ b/Zend/zend_ini_parser.y @@ -417,13 +417,3 @@ constant_string: | TC_STRING { $$ = $1; /*printf("TC_STRING: '%s'\n", Z_STRVAL($1));*/ } | TC_WHITESPACE { $$ = $1; /*printf("TC_WHITESPACE: '%s'\n", Z_STRVAL($1));*/ } ; - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ini_scanner.h b/Zend/zend_ini_scanner.h index 9887b82e53..ddb9247d37 100644 --- a/Zend/zend_ini_scanner.h +++ b/Zend/zend_ini_scanner.h @@ -35,13 +35,3 @@ void shutdown_ini_scanner(void); END_EXTERN_C() #endif /* _ZEND_INI_SCANNER_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_interfaces.c b/Zend/zend_interfaces.c index 4717ea4090..e5b6251d17 100644 --- a/Zend/zend_interfaces.c +++ b/Zend/zend_interfaces.c @@ -593,13 +593,3 @@ ZEND_API void zend_register_interfaces(void) REGISTER_MAGIC_INTERFACE(countable, Countable); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_interfaces.h b/Zend/zend_interfaces.h index 20d9e13ab4..44770a1813 100644 --- a/Zend/zend_interfaces.h +++ b/Zend/zend_interfaces.h @@ -80,13 +80,3 @@ ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, con END_EXTERN_C() #endif /* ZEND_INTERFACES_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_istdiostream.h b/Zend/zend_istdiostream.h index 66a5ff4991..74470d2ae5 100644 --- a/Zend/zend_istdiostream.h +++ b/Zend/zend_istdiostream.h @@ -32,13 +32,3 @@ public: #endif #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_iterators.c b/Zend/zend_iterators.c index 1339afbbc7..379a316c38 100644 --- a/Zend/zend_iterators.c +++ b/Zend/zend_iterators.c @@ -102,13 +102,3 @@ ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr) } return NULL; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_iterators.h b/Zend/zend_iterators.h index f026851306..941b260885 100644 --- a/Zend/zend_iterators.h +++ b/Zend/zend_iterators.h @@ -78,13 +78,3 @@ ZEND_API void zend_iterator_dtor(zend_object_iterator *iter); ZEND_API void zend_register_iterator_wrapper(void); END_EXTERN_C() - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_language_parser.y b/Zend/zend_language_parser.y index 7d5efb6434..8e0728f4b5 100644 --- a/Zend/zend_language_parser.y +++ b/Zend/zend_language_parser.y @@ -1369,13 +1369,3 @@ static YYSIZE_T zend_yytnamerr(char *yyres, const char *yystr) yystpcpy(yyres, yystr); return strlen(yystr); } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_language_scanner.h b/Zend/zend_language_scanner.h index 64af4e2d9a..3640b9a5ea 100644 --- a/Zend/zend_language_scanner.h +++ b/Zend/zend_language_scanner.h @@ -74,13 +74,3 @@ ZEND_API void zend_lex_tstring(zval *zv); END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_list.c b/Zend/zend_list.c index 7d48c3fe6b..293eeadd04 100644 --- a/Zend/zend_list.c +++ b/Zend/zend_list.c @@ -349,13 +349,3 @@ ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_ zend_string_release_ex(str, 1); return ret; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_list.h b/Zend/zend_list.h index 83522c0bce..0bec20a280 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -74,13 +74,3 @@ extern ZEND_API int le_index_ptr; /* list entry type for index pointers */ END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_llist.c b/Zend/zend_llist.c index 268dbc36fa..4a2c22e632 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -307,13 +307,3 @@ ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos) } return NULL; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h index ce6abe8df5..b9155ce6cb 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -74,13 +74,3 @@ ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos); END_EXTERN_C() #endif /* ZEND_LLIST_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_long.h b/Zend/zend_long.h index fb48913e0c..3b651e69d0 100644 --- a/Zend/zend_long.h +++ b/Zend/zend_long.h @@ -127,13 +127,3 @@ static const char long_min_digits[] = LONG_MIN_DIGITS; #endif #endif /* ZEND_LONG_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_map_ptr.h b/Zend/zend_map_ptr.h index 5543894d3a..5c88ce0bc4 100644 --- a/Zend/zend_map_ptr.h +++ b/Zend/zend_map_ptr.h @@ -83,13 +83,3 @@ ZEND_API void *zend_map_ptr_new(void); ZEND_API void zend_map_ptr_extend(size_t last); #endif /* ZEND_MAP_PTR_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index 3e34cf4b77..047d9d77ce 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -129,13 +129,3 @@ int module_registry_unload_temp(const zend_module_entry *module); END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_multibyte.c b/Zend/zend_multibyte.c index 2bd74a7278..956ffbb74f 100644 --- a/Zend/zend_multibyte.c +++ b/Zend/zend_multibyte.c @@ -210,12 +210,3 @@ ZEND_API int zend_multibyte_set_script_encoding_by_string(const char *new_value, return SUCCESS; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_multibyte.h b/Zend/zend_multibyte.h index 51202e5edd..19444eda83 100644 --- a/Zend/zend_multibyte.h +++ b/Zend/zend_multibyte.h @@ -77,12 +77,3 @@ ZEND_API int zend_multibyte_set_script_encoding_by_string(const char *new_value, END_EXTERN_C() #endif /* ZEND_MULTIBYTE_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_multiply.h b/Zend/zend_multiply.h index 5cb7136623..a3827d25d1 100644 --- a/Zend/zend_multiply.h +++ b/Zend/zend_multiply.h @@ -341,13 +341,3 @@ static zend_always_inline size_t zend_safe_addmult(size_t nmemb, size_t size, si } #endif /* ZEND_MULTIPLY_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index 36e8d40ec2..b252c4e4bd 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -1884,13 +1884,3 @@ ZEND_API const zend_object_handlers std_object_handlers = { NULL, /* compare */ NULL, /* get_properties_for */ }; - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_object_handlers.h b/Zend/zend_object_handlers.h index 59ce69fecd..b65e53d7c5 100644 --- a/Zend/zend_object_handlers.h +++ b/Zend/zend_object_handlers.h @@ -257,13 +257,3 @@ ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_objects.c b/Zend/zend_objects.c index 151557cd9e..80efb8c895 100644 --- a/Zend/zend_objects.c +++ b/Zend/zend_objects.c @@ -307,13 +307,3 @@ ZEND_API zend_object *zend_objects_clone_obj(zval *zobject) return new_object; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_objects.h b/Zend/zend_objects.h index 6f11ee7a10..cb0015599b 100644 --- a/Zend/zend_objects.h +++ b/Zend/zend_objects.h @@ -33,13 +33,3 @@ ZEND_API zend_object *zend_objects_clone_obj(zval *object); END_EXTERN_C() #endif /* ZEND_OBJECTS_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_objects_API.c b/Zend/zend_objects_API.c index 33ffa2e866..efd8492c7b 100644 --- a/Zend/zend_objects_API.c +++ b/Zend/zend_objects_API.c @@ -194,13 +194,3 @@ ZEND_API void ZEND_FASTCALL zend_objects_store_del(zend_object *object) /* {{{ * } } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h index 633662f27f..b9a838e7bb 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -115,13 +115,3 @@ static inline zend_property_info *zend_get_typed_property_info_for_slot(zend_obj #endif /* ZEND_OBJECTS_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c index c46f3dacbd..1093909c83 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -1075,13 +1075,3 @@ ZEND_API binary_op_type get_binary_op(int opcode) return (binary_op_type) NULL; } } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index d4f13cc6cc..bf2f5771fb 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -3246,13 +3246,3 @@ ZEND_API zend_long ZEND_FASTCALL zend_dval_to_lval_slow(double d) } #endif #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 9ad996dad5..11e9c3f413 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -875,13 +875,3 @@ static zend_always_inline void zend_unwrap_reference(zval *op) /* {{{ */ END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h index 9aab49bfda..cc11bb4b40 100644 --- a/Zend/zend_portability.h +++ b/Zend/zend_portability.h @@ -642,13 +642,3 @@ static zend_always_inline double _zend_get_nan(void) /* {{{ */ #endif #endif /* ZEND_PORTABILITY_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ptr_stack.c b/Zend/zend_ptr_stack.c index f80341a2b5..2030cc132b 100644 --- a/Zend/zend_ptr_stack.c +++ b/Zend/zend_ptr_stack.c @@ -115,12 +115,3 @@ ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack) { return stack->top; } -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ptr_stack.h b/Zend/zend_ptr_stack.h index 30e8f20860..2298e4f211 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -116,13 +116,3 @@ static zend_always_inline void *zend_ptr_stack_top(zend_ptr_stack *stack) } #endif /* ZEND_PTR_STACK_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_range_check.h b/Zend/zend_range_check.h index 2181eb9b2e..9c822493fa 100644 --- a/Zend/zend_range_check.h +++ b/Zend/zend_range_check.h @@ -65,13 +65,3 @@ #define ZEND_SIZE_T_LTE_ZEND_LONG(size, zlong) ((zlong) >= 0 && (size) <= (size_t)(zlong)) #endif /* ZEND_RANGE_CHECK_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_signal.c b/Zend/zend_signal.c index e9d364dca1..5d8da648cd 100644 --- a/Zend/zend_signal.c +++ b/Zend/zend_signal.c @@ -437,13 +437,3 @@ ZEND_API void zend_signal_startup(void) #endif /* ZEND_SIGNALS */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_signal.h b/Zend/zend_signal.h index 449f4f0a8a..0ec533cc5e 100644 --- a/Zend/zend_signal.h +++ b/Zend/zend_signal.h @@ -111,13 +111,3 @@ ZEND_API int zend_sigaction(int signo, const struct sigaction *act, struct sigac #endif /* ZEND_SIGNALS */ #endif /* ZEND_SIGNAL_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_smart_str.c b/Zend/zend_smart_str.c index 86cf836d62..1a5eb455ad 100644 --- a/Zend/zend_smart_str.c +++ b/Zend/zend_smart_str.c @@ -171,13 +171,3 @@ ZEND_API void ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len) str->c = erealloc2(str->c, str->a + 1, str->len); } } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_smart_str.h b/Zend/zend_smart_str.h index 5cfde449d4..2dab1f809a 100644 --- a/Zend/zend_smart_str.h +++ b/Zend/zend_smart_str.h @@ -150,13 +150,3 @@ static zend_always_inline void smart_str_setl(smart_str *dest, const char *src, } #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_smart_str_public.h b/Zend/zend_smart_str_public.h index 397009641c..ba0b399881 100644 --- a/Zend/zend_smart_str_public.h +++ b/Zend/zend_smart_str_public.h @@ -25,13 +25,3 @@ typedef struct { } smart_str; #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_smart_string.h b/Zend/zend_smart_string.h index 403843d462..4580e43769 100644 --- a/Zend/zend_smart_string.h +++ b/Zend/zend_smart_string.h @@ -113,13 +113,3 @@ static zend_always_inline void smart_string_reset(smart_string *str) { } #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_smart_string_public.h b/Zend/zend_smart_string_public.h index 1d8496ccf4..e39d67c16e 100644 --- a/Zend/zend_smart_string_public.h +++ b/Zend/zend_smart_string_public.h @@ -29,13 +29,3 @@ typedef struct { } smart_string; #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_sort.c b/Zend/zend_sort.c index 1a7c639cdc..4fe3835edb 100644 --- a/Zend/zend_sort.c +++ b/Zend/zend_sort.c @@ -372,12 +372,3 @@ done: } } /* }}} */ - -/* - * Local Variables: - * c-basic-offset: 4 - * tab-width: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_sort.h b/Zend/zend_sort.h index c65dc1d21b..e2ef938df7 100644 --- a/Zend/zend_sort.h +++ b/Zend/zend_sort.h @@ -27,13 +27,3 @@ ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_fun END_EXTERN_C() #endif /* ZEND_SORT_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c index ab139e96f4..8259a52830 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -36,13 +36,3 @@ int zend_sprintf(char *buffer, const char *format, ...) return len; } #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_stack.c b/Zend/zend_stack.c index 904f9a4f67..51f68b5c9a 100644 --- a/Zend/zend_stack.c +++ b/Zend/zend_stack.c @@ -162,13 +162,3 @@ ZEND_API void zend_stack_clean(zend_stack *stack, void (*func)(void *), zend_boo stack->top = stack->max = 0; } } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_stack.h b/Zend/zend_stack.h index e19c7974ec..912850a25e 100644 --- a/Zend/zend_stack.h +++ b/Zend/zend_stack.h @@ -47,13 +47,3 @@ END_EXTERN_C() #define ZEND_STACK_APPLY_BOTTOMUP 2 #endif /* ZEND_STACK_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_stream.c b/Zend/zend_stream.c index 6de9344f35..4b32203cbb 100644 --- a/Zend/zend_stream.c +++ b/Zend/zend_stream.c @@ -342,13 +342,3 @@ ZEND_API int zend_compare_file_handles(zend_file_handle *fh1, zend_file_handle * } return 0; } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_stream.h b/Zend/zend_stream.h index d153d3babc..c98969a3b4 100644 --- a/Zend/zend_stream.h +++ b/Zend/zend_stream.h @@ -103,13 +103,3 @@ typedef struct stat zend_stat_t; #endif #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_string.c b/Zend/zend_string.c index 98514310c1..b94d4d5334 100644 --- a/Zend/zend_string.c +++ b/Zend/zend_string.c @@ -447,13 +447,3 @@ ZEND_API zend_bool ZEND_FASTCALL I_WRAP_SONAME_FNNAME_ZU(NONE,zend_string_equal_ #endif #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_string.h b/Zend/zend_string.h index 9704206684..0d259d0c36 100644 --- a/Zend/zend_string.h +++ b/Zend/zend_string.h @@ -450,13 +450,3 @@ ZEND_KNOWN_STRINGS(_ZEND_STR_ID) } zend_known_string_id; #endif /* ZEND_STRING_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 3aa99f8d98..a6648978c4 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -4543,11 +4543,3 @@ static void destroy_freelist(void) #ifdef __cplusplus } #endif -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_strtod.h b/Zend/zend_strtod.h index 6db9a3324e..ea81827df2 100644 --- a/Zend/zend_strtod.h +++ b/Zend/zend_strtod.h @@ -34,13 +34,3 @@ ZEND_API int zend_shutdown_strtod(void); END_EXTERN_C() #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_strtod_int.h b/Zend/zend_strtod_int.h index 99649f8cdd..5fe31f940d 100644 --- a/Zend/zend_strtod_int.h +++ b/Zend/zend_strtod_int.h @@ -145,13 +145,3 @@ typedef unsigned long int uint32_t; #endif #endif /* ZEND_STRTOD_INT_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_ts_hash.c b/Zend/zend_ts_hash.c index bcc679ac6a..3cff54bf6c 100644 --- a/Zend/zend_ts_hash.c +++ b/Zend/zend_ts_hash.c @@ -353,11 +353,3 @@ ZEND_API zval *zend_ts_hash_str_add(TsHashTable *ht, const char *key, size_t len return retval; } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - */ diff --git a/Zend/zend_ts_hash.h b/Zend/zend_ts_hash.h index 53ebd18a5a..f719e25a88 100644 --- a/Zend/zend_ts_hash.h +++ b/Zend/zend_ts_hash.h @@ -136,13 +136,3 @@ END_EXTERN_C() zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) #endif /* ZEND_HASH_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_type_info.h b/Zend/zend_type_info.h index a27f35e6f8..72550b6fc3 100644 --- a/Zend/zend_type_info.h +++ b/Zend/zend_type_info.h @@ -56,13 +56,3 @@ #define MAY_BE_CLASS (1<<24) #endif /* ZEND_TYPE_INFO_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_types.h b/Zend/zend_types.h index b96e8ba0ac..4d33e3ae9d 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -1255,13 +1255,3 @@ static zend_always_inline uint32_t zval_delref_p(zval* pz) { } while (0) #endif /* ZEND_TYPES_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index d758a46222..810866a1be 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -131,11 +131,3 @@ ZEND_API void ZEND_FASTCALL zval_copy_ctor_func(zval *zvalue) ZVAL_NEW_STR(zvalue, zend_string_dup(Z_STR_P(zvalue), 0)); } } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - */ diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h index ddd3403f59..bdee8b1879 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -94,13 +94,3 @@ END_EXTERN_C() #define ZVAL_INTERNAL_PTR_DTOR zval_internal_ptr_dtor #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index bd5fe48186..3998b46aa1 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -1690,10 +1690,3 @@ CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ } } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - */ diff --git a/Zend/zend_virtual_cwd.h b/Zend/zend_virtual_cwd.h index 51bbfc6aeb..c6c06f6332 100644 --- a/Zend/zend_virtual_cwd.h +++ b/Zend/zend_virtual_cwd.h @@ -365,13 +365,3 @@ extern void virtual_cwd_main_cwd_init(uint8_t); #endif #endif /* VIRTUAL_CWD_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ diff --git a/Zend/zend_vm.h b/Zend/zend_vm.h index 45630690b3..f246e7fb77 100644 --- a/Zend/zend_vm.h +++ b/Zend/zend_vm.h @@ -38,13 +38,3 @@ END_EXTERN_C() #define ZEND_VM_SET_OPCODE_HANDLER(opline) zend_vm_set_opcode_handler(opline) #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |