]> granicus.if.org Git - php/commitdiff
sync vim mode lines in main
authorAnatol Belski <ab@php.net>
Sun, 9 Jul 2017 09:35:55 +0000 (11:35 +0200)
committerAnatol Belski <ab@php.net>
Sun, 9 Jul 2017 13:07:23 +0000 (15:07 +0200)
19 files changed:
main/SAPI.h
main/explicit_bzero.c
main/fopen_wrappers.h
main/http_status_codes.h
main/php_compat.h
main/php_content_types.h
main/php_globals.h
main/php_ini.h
main/php_main.h
main/php_network.h
main/php_open_temporary_file.h
main/php_reentrancy.h
main/php_scandir.h
main/php_syslog.h
main/php_ticks.h
main/php_variables.h
main/rfc1867.h
main/snprintf.h
main/spprintf.h

index 6914ed432768795ba13575a05ad01ca45bc7f0f3..1516702edfaf1c134c172d68823ea62437cfd576 100644 (file)
@@ -327,4 +327,6 @@ END_EXTERN_C()
  * tab-width: 4
  * c-basic-offset: 4
  * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
  */
index 6bea9e3df277a577a06d51368d1af1052df77a36..e99e082e6da2cbebdbe33c051bb45130170600b7 100644 (file)
@@ -41,3 +41,11 @@ PHPAPI void php_explicit_bzero(void *dst, size_t siz)
        __explicit_bzero_hook(dst, siz);
 }
 #endif
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index b3c4d7f3ab8e0711dab138c7111d35abf740c7e0..5e1544c513ec03bef26ddd339e6d9ac3779272fa 100644 (file)
@@ -54,4 +54,6 @@ END_EXTERN_C()
  * tab-width: 4
  * c-basic-offset: 4
  * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
  */
index 64306bdacbfcc32c23bf6b4a7fa9c1688835c15f..a8417b6b89e7de92ea638af5d186966257c70d9f 100644 (file)
@@ -82,3 +82,11 @@ static http_response_status_code_pair http_status_map[] = {
 static const size_t http_status_map_len = (sizeof(http_status_map) / sizeof(http_response_status_code_pair)) - 1;
 
 #endif /* HTTP_STATUS_CODES_H */
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 7c05022212f3b36c61c288f88bb218aeb5a1d482..f0b872dad02b59b68f12d10197f2b54a3fb09fbc 100644 (file)
 #endif
 
 #endif
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 6b5387f46c6fcbb82cba9d4896b6ba68532db3ed..cd01fe8181de208e0d5deb1e8557d354b8099e0d 100644 (file)
@@ -29,3 +29,11 @@ int php_startup_sapi_content_types(void);
 int php_setup_sapi_content_types(void);
 
 #endif /* PHP_CONTENT_TYPES_H */
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index e039f32f2364754bf787693b23fc7be19197b59e..d27f397da9be9e465f275e6b4be5a66169314886 100644 (file)
@@ -176,4 +176,6 @@ struct _php_core_globals {
  * tab-width: 4
  * c-basic-offset: 4
  * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
  */
index 2ae90fe8427d2de55d167d1d8a4017dc94ea48ee..e582deff65824c115ced44dd0b0baf1a35afb3e1 100644 (file)
@@ -89,3 +89,11 @@ END_EXTERN_C()
 #define php_ini_string zend_ini_string
 
 #endif /* PHP_INI_H */
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 29650487375223a9e61492d5d9b4e80c7b93c75b..ff342a1f38c38c3d968e8a9df166989d8f406c67 100644 (file)
@@ -56,3 +56,11 @@ extern int php_shutdown_environ(void);
 END_EXTERN_C()
 
 #endif
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 5385fe13d469c4e4600914617775fe2e1ee0b085..ee02fd19fd0571718b468fc7dcf96786ea5c06db 100644 (file)
@@ -344,7 +344,9 @@ END_EXTERN_C()
 
 /*
  * Local variables:
- * tab-width: 8
- * c-basic-offset: 8
+ * tab-width: 4
+ * c-basic-offset: 4
  * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
  */
index 0a9b2571507b1dea5d48aa1896258adfacd21935..fbafb333ed3b347dd2db1684da0605e07961f235 100644 (file)
@@ -32,3 +32,11 @@ PHPAPI const char *php_get_temporary_directory(void);
 END_EXTERN_C()
 
 #endif /* PHP_OPEN_TEMPORARY_FILE_H */
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 86f402d6cc3f8004669cb94f48d83c653ecad7a0..f66f3c5e3ace91ea580d4e30aae8c95eed7f4f6c 100644 (file)
@@ -131,3 +131,11 @@ void reentrancy_shutdown(void);
 #endif
 
 #endif
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 3e67e748208a526e528c5e9096ee3841b031fab5..2e8773b8b186595c2dae071cf27b5b466ea4b6f9 100644 (file)
@@ -52,3 +52,11 @@ PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b);
 #endif
 
 #endif /* PHP_SCANDIR_H */
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 33f52a336f4c7e32167d67d13336e66e898818b3..be68cc499a83e9ccadd187fac7524ad438f5ea68 100644 (file)
 #endif
 
 #endif
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index b807b3e9efc1c5e58a575fcb759a8bac794e0638..5df885473d1a857e248c81ed89c35dc733fd92ae 100644 (file)
@@ -38,4 +38,6 @@ END_EXTERN_C()
  * tab-width: 4
  * c-basic-offset: 4
  * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
  */
index af7254b020837282062ec3333c2c5583541d73d1..5fa38fa00be6f0d10a3a458eff3c2cb18e69fe33 100644 (file)
@@ -48,3 +48,11 @@ END_EXTERN_C()
 #define NUM_TRACK_VARS 6
 
 #endif /* PHP_VARIABLES_H */
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 637c3253097b4b336828e73f09588bd7bf2dd9ad..5dc7926db2f01dd6dc105e4d125a4831983db19c 100644 (file)
@@ -89,3 +89,11 @@ SAPI_API void php_rfc1867_set_multibyte_callbacks(
                                        php_rfc1867_basename_t basename);
 
 #endif /* RFC1867_H */
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 7abf55643e5623c7adc9c100bb520f3a18049f9d..021629681d9d284f3dd6d5e527c17e6be122cf60 100644 (file)
@@ -178,4 +178,6 @@ PHPAPI char * ap_php_conv_p2(u_wide_int num, int nbits,
  * tab-width: 4
  * c-basic-offset: 4
  * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
  */
index 89f23f19aae5a958340df2c6497109accfeb85a6..597d95b092640ccae988dd37165e91cb581ef13d 100644 (file)
@@ -40,4 +40,6 @@ END_EXTERN_C()
  * tab-width: 4
  * c-basic-offset: 4
  * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
  */