php-src/ext/intl
Peter Kokot 92ac598aab Remove local variables
This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly used by Vim and Emacs editors
yet with recent changes the once working definitions don't work
anymore in Vim without custom plugins or additional configuration.
Neither are these settings synced across the PHP code base.

A simpler and better approach is EditorConfig and fixing code
using some code style fixing tools in the future instead.

This patch also removes the so called modelines for Vim. Modelines
allow Vim editor specifically to set some editor configuration such as
syntax highlighting, indentation style and tab width to be set in the
first line or the last 5 lines per file basis. Since the php test
files have syntax highlighting already set in most editors properly and
EditorConfig takes care of the indentation settings, this patch removes
these as well for the Vim 6.0 and newer versions.

With the removal of local variables for certain editors such as
Emacs and Vim, the footer is also probably not needed anymore when
creating extensions using ext_skel.php script.

Additionally, Vim modelines for setting php syntax and some editor
settings has been removed from some *.phpt files.  All these are
mostly not relevant for phpt files neither work properly in the
middle of the file.
2019-02-03 21:03:00 +01:00
..
breakiterator Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
calendar Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
collator Remove local variables 2019-02-03 21:03:00 +01:00
common Remove local variables 2019-02-03 21:03:00 +01:00
converter Remove local variables 2019-02-03 21:03:00 +01:00
dateformat Clean up unnecessary ternary expressions and simplify some returns 2018-12-03 01:22:14 +01:00
formatter Remove local variables 2019-02-03 21:03:00 +01:00
grapheme Remove local variables 2019-02-03 21:03:00 +01:00
idn Remove local variables 2019-02-03 21:03:00 +01:00
locale Remove local variables 2019-02-03 21:03:00 +01:00
msgformat Remove local variables 2019-02-03 21:03:00 +01:00
normalizer Remove local variables 2019-02-03 21:03:00 +01:00
resourcebundle Remove local variables 2019-02-03 21:03:00 +01:00
spoofchecker Remove local variables 2019-02-03 21:03:00 +01:00
tests Merge branch 'PHP-7.3' 2018-10-20 23:05:38 +02:00
timezone Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
transliterator Remove local variables 2019-02-03 21:03:00 +01:00
uchar Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
config.m4 ext/intl: Use pkg-config to detect icu 2018-12-09 16:59:24 +01:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS
ERROR.CONVENTIONS Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
intl_common.h fix extern "C" 2015-04-01 13:18:52 +02:00
intl_convert.c Remove local variables 2019-02-03 21:03:00 +01:00
intl_convert.h Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.cpp Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
intl_convertcpp.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
intl_cppshims.h
intl_data.h Fixed bug #74385 Locale::parseLocale() broken with some arguments 2018-05-03 16:34:33 +02:00
intl_error.c Remove local variables 2019-02-03 21:03:00 +01:00
intl_error.h Reduce struct size by 8 bytes on 64-bit 2018-02-19 10:12:46 +01:00
php_intl.c Remove local variables 2019-02-03 21:03:00 +01:00
php_intl.h Remove local variables 2019-02-03 21:03:00 +01:00