Browse Source

further sync for vim mode lines

pull/1967/head
Anatol Belski 8 years ago
parent
commit
bc5811f361
  1. 2
      Zend/zend.c
  2. 2
      Zend/zend.h
  3. 2
      Zend/zend_API.c
  4. 2
      Zend/zend_API.h
  5. 2
      Zend/zend_alloc.c
  6. 2
      Zend/zend_alloc.h
  7. 10
      Zend/zend_alloc_sizes.h
  8. 2
      Zend/zend_arena.h
  9. 10
      Zend/zend_ast.c
  10. 10
      Zend/zend_ast.h
  11. 2
      Zend/zend_bitset.h
  12. 10
      Zend/zend_build.h
  13. 2
      Zend/zend_builtin_functions.c
  14. 2
      Zend/zend_builtin_functions.h
  15. 2
      Zend/zend_closures.c
  16. 2
      Zend/zend_closures.h
  17. 2
      Zend/zend_compile.c
  18. 2
      Zend/zend_compile.h
  19. 2
      Zend/zend_config.nw.h
  20. 2
      Zend/zend_config.w32.h
  21. 2
      Zend/zend_constants.c
  22. 2
      Zend/zend_constants.h
  23. 2
      Zend/zend_default_classes.c
  24. 9
      Zend/zend_dtrace.c
  25. 10
      Zend/zend_dtrace.h
  26. 2
      Zend/zend_errors.h
  27. 2
      Zend/zend_exceptions.c
  28. 2
      Zend/zend_exceptions.h
  29. 2
      Zend/zend_execute.c
  30. 2
      Zend/zend_execute.h
  31. 2
      Zend/zend_execute_API.c
  32. 2
      Zend/zend_extensions.c
  33. 2
      Zend/zend_extensions.h
  34. 10
      Zend/zend_float.c
  35. 10
      Zend/zend_float.h
  36. 2
      Zend/zend_gc.c
  37. 2
      Zend/zend_gc.h
  38. 2
      Zend/zend_generators.c
  39. 2
      Zend/zend_generators.h
  40. 2
      Zend/zend_globals.h
  41. 2
      Zend/zend_globals_macros.h
  42. 2
      Zend/zend_hash.c
  43. 2
      Zend/zend_hash.h
  44. 2
      Zend/zend_highlight.c
  45. 2
      Zend/zend_highlight.h
  46. 2
      Zend/zend_inheritance.c
  47. 2
      Zend/zend_inheritance.h
  48. 2
      Zend/zend_ini.c
  49. 2
      Zend/zend_ini.h
  50. 2
      Zend/zend_ini_parser.y
  51. 2
      Zend/zend_ini_scanner.h
  52. 2
      Zend/zend_interfaces.c
  53. 2
      Zend/zend_interfaces.h
  54. 2
      Zend/zend_istdiostream.h
  55. 2
      Zend/zend_iterators.c
  56. 2
      Zend/zend_iterators.h
  57. 2
      Zend/zend_language_parser.y
  58. 2
      Zend/zend_language_scanner.h
  59. 2
      Zend/zend_list.c
  60. 2
      Zend/zend_list.h
  61. 2
      Zend/zend_llist.c
  62. 2
      Zend/zend_llist.h
  63. 2
      Zend/zend_long.h
  64. 2
      Zend/zend_modules.h
  65. 4
      Zend/zend_multibyte.c
  66. 4
      Zend/zend_multibyte.h
  67. 2
      Zend/zend_multiply.h
  68. 2
      Zend/zend_object_handlers.c
  69. 2
      Zend/zend_object_handlers.h
  70. 2
      Zend/zend_objects.c
  71. 2
      Zend/zend_objects.h
  72. 2
      Zend/zend_objects_API.c
  73. 2
      Zend/zend_objects_API.h
  74. 2
      Zend/zend_opcode.c
  75. 2
      Zend/zend_operators.c
  76. 2
      Zend/zend_operators.h
  77. 2
      Zend/zend_portability.h
  78. 2
      Zend/zend_ptr_stack.c
  79. 2
      Zend/zend_ptr_stack.h
  80. 2
      Zend/zend_range_check.h
  81. 4
      Zend/zend_signal.c
  82. 2
      Zend/zend_signal.h
  83. 10
      Zend/zend_smart_str.c
  84. 9
      Zend/zend_smart_str.h
  85. 10
      Zend/zend_smart_str_public.h
  86. 10
      Zend/zend_smart_string.h
  87. 10
      Zend/zend_smart_string_public.h
  88. 4
      Zend/zend_sort.c
  89. 2
      Zend/zend_sort.h
  90. 2
      Zend/zend_sprintf.c
  91. 2
      Zend/zend_stack.c
  92. 2
      Zend/zend_stack.h
  93. 10
      Zend/zend_stream.c
  94. 10
      Zend/zend_stream.h
  95. 2
      Zend/zend_string.c
  96. 2
      Zend/zend_string.h
  97. 10
      Zend/zend_strtod.h
  98. 9
      Zend/zend_strtod_int.h
  99. 2
      Zend/zend_ts_hash.h
  100. 2
      Zend/zend_type_info.h

2
Zend/zend.c

@ -1542,4 +1542,6 @@ void free_estring(char **str_p) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend.h

@ -336,4 +336,6 @@ ZEND_API void zend_restore_error_handling(zend_error_handling *saved);
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_API.c

@ -4328,4 +4328,6 @@ ZEND_API zend_bool zend_is_iterable(zval *iterable) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_API.h

@ -1323,4 +1323,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_alloc.c

@ -2837,4 +2837,6 @@ ZEND_API void * __zend_realloc(void *p, size_t len)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_alloc.h

@ -402,4 +402,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

10
Zend/zend_alloc_sizes.h

@ -62,3 +62,13 @@
_(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
*/

2
Zend/zend_arena.h

@ -120,4 +120,6 @@ static zend_always_inline void zend_arena_release(zend_arena **arena_ptr, void *
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

10
Zend/zend_ast.c

@ -1721,3 +1721,13 @@ ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const c
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
*/

10
Zend/zend_ast.h

@ -275,3 +275,13 @@ 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
*/

2
Zend/zend_bitset.h

@ -253,4 +253,6 @@ static inline int zend_bitset_last(zend_bitset set, uint32_t len)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

10
Zend/zend_build.h

@ -44,3 +44,13 @@
#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
*/

2
Zend/zend_builtin_functions.c

@ -2704,4 +2704,6 @@ ZEND_FUNCTION(get_extension_funcs)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_builtin_functions.h

@ -36,4 +36,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_closures.c

@ -726,4 +726,6 @@ void zend_closure_bind_var(zval *closure_zv, zend_string *var_name, zval *var) /
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_closures.h

@ -45,4 +45,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_compile.c

@ -8656,4 +8656,6 @@ void zend_eval_const_expr(zend_ast **ast_ptr) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_compile.h

@ -1057,4 +1057,6 @@ ZEND_API zend_bool zend_binary_op_produces_numeric_string_error(uint32_t opcode,
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_config.nw.h

@ -86,4 +86,6 @@ typedef unsigned int uint;
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_config.w32.h

@ -90,4 +90,6 @@ typedef unsigned int uint;
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_constants.c

@ -516,4 +516,6 @@ ZEND_API int zend_register_constant(zend_constant *c)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_constants.h

@ -89,4 +89,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_default_classes.c

@ -43,4 +43,6 @@ ZEND_API void zend_register_default_classes(void)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

9
Zend/zend_dtrace.c

@ -115,3 +115,12 @@ 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
*/

10
Zend/zend_dtrace.h

@ -46,3 +46,13 @@ 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
*/

2
Zend/zend_errors.h

@ -49,4 +49,6 @@
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_exceptions.c

@ -1049,4 +1049,6 @@ ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_exceptions.h

@ -88,4 +88,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_execute.c

@ -3060,4 +3060,6 @@ ZEND_API int ZEND_FASTCALL zend_check_arg_type(zend_function *zf, uint32_t arg_n
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_execute.h

@ -379,4 +379,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_execute_API.c

@ -1729,4 +1729,6 @@ ZEND_API int zend_forbid_dynamic_call(const char *func_name) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_extensions.c

@ -327,4 +327,6 @@ ZEND_API size_t zend_extensions_op_array_persist(zend_op_array *op_array, void *
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_extensions.h

@ -159,4 +159,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

10
Zend/zend_float.c

@ -56,3 +56,13 @@ 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
*/

10
Zend/zend_float.h

@ -418,3 +418,13 @@ 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
*/

2
Zend/zend_gc.c

@ -1212,6 +1212,8 @@ ZEND_API int zend_gc_collect_cycles(void)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*
* vim:noexpandtab:
*/

2
Zend/zend_gc.h

@ -167,4 +167,6 @@ static zend_always_inline void gc_check_possible_root(zend_refcounted *ref)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_generators.c

@ -1261,4 +1261,6 @@ void zend_register_generator_ce(void) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_generators.h

@ -143,4 +143,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_globals.h

@ -302,4 +302,6 @@ struct _zend_php_scanner_globals {
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_globals_macros.h

@ -76,4 +76,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_hash.c

@ -2601,4 +2601,6 @@ convert:
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_hash.h

@ -1087,4 +1087,6 @@ static zend_always_inline void _zend_hash_append_ind(HashTable *ht, zend_string
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_highlight.c

@ -239,5 +239,7 @@ ZEND_API void zend_strip(void)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_highlight.h

@ -57,4 +57,6 @@ extern zend_syntax_highlighter_ini syntax_highlighter_ini;
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_inheritance.c

@ -1723,4 +1723,6 @@ void zend_check_deprecated_constructor(const zend_class_entry *ce) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_inheritance.h

@ -45,4 +45,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_ini.c

@ -750,4 +750,6 @@ ZEND_API ZEND_INI_MH(OnUpdateStringUnempty) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_ini.h

@ -198,4 +198,6 @@ typedef struct _zend_ini_parser_param {
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_ini_parser.y

@ -411,4 +411,6 @@ constant_string:
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_ini_scanner.h

@ -44,4 +44,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_interfaces.c

@ -560,4 +560,6 @@ ZEND_API void zend_register_interfaces(void)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_interfaces.h

@ -89,4 +89,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_istdiostream.h

@ -41,4 +41,6 @@ public:
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_iterators.c

@ -103,4 +103,6 @@ ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_iterators.h

@ -88,4 +88,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_language_parser.y

@ -1375,4 +1375,6 @@ static YYSIZE_T zend_yytnamerr(char *yyres, const char *yystr)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_language_scanner.h

@ -81,4 +81,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_list.c

@ -343,4 +343,6 @@ const char *zend_rsrc_list_get_rsrc_type(zend_resource *res)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_list.h

@ -80,4 +80,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_llist.c

@ -316,4 +316,6 @@ ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_llist.h

@ -83,4 +83,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_long.h

@ -137,4 +137,6 @@ static const char long_min_digits[] = LONG_MIN_DIGITS;
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_modules.h

@ -138,4 +138,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

4
Zend/zend_multibyte.c

@ -218,6 +218,6 @@ ZEND_API int zend_multibyte_set_script_encoding_by_string(const char *new_value,
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: sw=4 ts=4 tw=78
* vim<600: sw=4 ts=4 tw=78
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

4
Zend/zend_multibyte.h

@ -85,6 +85,6 @@ END_EXTERN_C()
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: sw=4 ts=4 tw=78
* vim<600: sw=4 ts=4 tw=78
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_multiply.h

@ -336,4 +336,6 @@ static zend_always_inline size_t zend_safe_addmult(size_t nmemb, size_t size, si
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_object_handlers.c

@ -1740,4 +1740,6 @@ ZEND_API zend_object_handlers std_object_handlers = {
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_object_handlers.h

@ -200,4 +200,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_objects.c

@ -263,4 +263,6 @@ ZEND_API zend_object *zend_objects_clone_obj(zval *zobject)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_objects.h

@ -41,4 +41,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_objects_API.c

@ -211,4 +211,6 @@ ZEND_API zend_object_handlers *zend_get_std_object_handlers(void)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_objects_API.h

@ -94,4 +94,6 @@ static zend_always_inline size_t zend_object_properties_size(zend_class_entry *c
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_opcode.c

@ -750,4 +750,6 @@ ZEND_API binary_op_type get_binary_op(int opcode)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_operators.c

@ -3133,4 +3133,6 @@ ZEND_API zend_long ZEND_FASTCALL zend_dval_to_lval_slow(double d)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_operators.h

@ -906,4 +906,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_portability.h

@ -518,4 +518,6 @@ static zend_always_inline double _zend_get_nan(void) /* {{{ */
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_ptr_stack.c

@ -116,4 +116,6 @@ ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_ptr_stack.h

@ -124,4 +124,6 @@ static zend_always_inline void *zend_ptr_stack_top(zend_ptr_stack *stack)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_range_check.h

@ -72,4 +72,6 @@
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

4
Zend/zend_signal.c

@ -443,6 +443,6 @@ void zend_signal_startup(void)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: fdm=marker
* vim: noet sw=4 ts=4
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_signal.h

@ -119,4 +119,6 @@ ZEND_API int zend_sigaction(int signo, const struct sigaction *act, struct sigac
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

10
Zend/zend_smart_str.c

@ -124,3 +124,13 @@ ZEND_API void ZEND_FASTCALL smart_str_append_printf(smart_str *dest, const char
zend_printf_to_smart_str(dest, format, arg);
va_end(arg);
}
/*
* 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
*/

9
Zend/zend_smart_str.h

@ -140,3 +140,12 @@ 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
*/

10
Zend/zend_smart_str_public.h

@ -25,3 +25,13 @@ 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
*/

10
Zend/zend_smart_string.h

@ -137,3 +137,13 @@ static zend_always_inline void smart_string_setl(smart_string *dest, 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
*/

10
Zend/zend_smart_string_public.h

@ -31,3 +31,13 @@ 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
*/

4
Zend/zend_sort.c

@ -380,6 +380,6 @@ done:
* c-basic-offset: 4
* tab-width: 4
* End:
* vim600: fdm=marker
* vim: noet sw=4 ts=4
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_sort.h

@ -36,4 +36,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_sprintf.c

@ -47,4 +47,6 @@ int zend_sprintf(char *buffer, const char *format, ...)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_stack.c

@ -171,4 +171,6 @@ ZEND_API void zend_stack_clean(zend_stack *stack, void (*func)(void *), zend_boo
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_stack.h

@ -56,4 +56,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

10
Zend/zend_stream.c

@ -345,3 +345,13 @@ 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
*/

10
Zend/zend_stream.h

@ -98,3 +98,13 @@ 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
*/

2
Zend/zend_string.c

@ -223,4 +223,6 @@ ZEND_API void zend_interned_strings_switch_storage(void)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_string.h

@ -440,4 +440,6 @@ ZEND_KNOWN_STRINGS(_ZEND_STR_ID)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

10
Zend/zend_strtod.h

@ -36,3 +36,13 @@ 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
*/

9
Zend/zend_strtod_int.h

@ -142,3 +142,12 @@ typedef unsigned long int uint32_t;
#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
*/

2
Zend/zend_ts_hash.h

@ -153,4 +153,6 @@ END_EXTERN_C()
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

2
Zend/zend_type_info.h

@ -65,4 +65,6 @@
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save