php-src/ext
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
..
bcmath Remove local variables 2019-02-03 21:03:00 +01:00
bz2 Remove local variables 2019-02-03 21:03:00 +01:00
calendar Remove local variables 2019-02-03 21:03:00 +01:00
com_dotnet Remove local variables 2019-02-03 21:03:00 +01:00
ctype Remove local variables 2019-02-03 21:03:00 +01:00
curl Remove local variables 2019-02-03 21:03:00 +01:00
date Remove local variables 2019-02-03 21:03:00 +01:00
dba Remove local variables 2019-02-03 21:03:00 +01:00
dom Remove local variables 2019-02-03 21:03:00 +01:00
enchant Remove local variables 2019-02-03 21:03:00 +01:00
exif Remove local variables 2019-02-03 21:03:00 +01:00
ffi Remove local variables 2019-02-03 21:03:00 +01:00
fileinfo Remove local variables 2019-02-03 21:03:00 +01:00
filter Remove local variables 2019-02-03 21:03:00 +01:00
ftp Remove local variables 2019-02-03 21:03:00 +01:00
gd Remove local variables 2019-02-03 21:03:00 +01:00
gettext Remove local variables 2019-02-03 21:03:00 +01:00
gmp Remove local variables 2019-02-03 21:03:00 +01:00
hash Remove local variables 2019-02-03 21:03:00 +01:00
iconv Remove local variables 2019-02-03 21:03:00 +01:00
imap Remove local variables 2019-02-03 21:03:00 +01:00
interbase Remove local variables 2019-02-03 21:03:00 +01:00
intl Remove local variables 2019-02-03 21:03:00 +01:00
json Remove local variables 2019-02-03 21:03:00 +01:00
ldap Remove local variables 2019-02-03 21:03:00 +01:00
libxml Remove local variables 2019-02-03 21:03:00 +01:00
mbstring Remove local variables 2019-02-03 21:03:00 +01:00
mysqli Remove local variables 2019-02-03 21:03:00 +01:00
mysqlnd Remove local variables 2019-02-03 21:03:00 +01:00
oci8 Remove local variables 2019-02-03 21:03:00 +01:00
odbc Remove local variables 2019-02-03 21:03:00 +01:00
opcache Remove local variables 2019-02-03 21:03:00 +01:00
openssl Remove local variables 2019-02-03 21:03:00 +01:00
pcntl Remove local variables 2019-02-03 21:03:00 +01:00
pcre Remove local variables 2019-02-03 21:03:00 +01:00
pdo Remove local variables 2019-02-03 21:03:00 +01:00
pdo_dblib Remove local variables 2019-02-03 21:03:00 +01:00
pdo_firebird Remove local variables 2019-02-03 21:03:00 +01:00
pdo_mysql Remove local variables 2019-02-03 21:03:00 +01:00
pdo_oci Remove local variables 2019-02-03 21:03:00 +01:00
pdo_odbc Remove local variables 2019-02-03 21:03:00 +01:00
pdo_pgsql Remove local variables 2019-02-03 21:03:00 +01:00
pdo_sqlite Remove local variables 2019-02-03 21:03:00 +01:00
pgsql Remove local variables 2019-02-03 21:03:00 +01:00
phar Remove local variables 2019-02-03 21:03:00 +01:00
posix Remove local variables 2019-02-03 21:03:00 +01:00
pspell Remove local variables 2019-02-03 21:03:00 +01:00
readline Remove local variables 2019-02-03 21:03:00 +01:00
recode Remove local variables 2019-02-03 21:03:00 +01:00
reflection Remove local variables 2019-02-03 21:03:00 +01:00
session Remove local variables 2019-02-03 21:03:00 +01:00
shmop Remove local variables 2019-02-03 21:03:00 +01:00
simplexml Remove local variables 2019-02-03 21:03:00 +01:00
skeleton Remove local variables 2019-02-03 21:03:00 +01:00
snmp Remove local variables 2019-02-03 21:03:00 +01:00
soap Remove local variables 2019-02-03 21:03:00 +01:00
sockets Remove local variables 2019-02-03 21:03:00 +01:00
sodium Remove local variables 2019-02-03 21:03:00 +01:00
spl Remove local variables 2019-02-03 21:03:00 +01:00
sqlite3 Remove local variables 2019-02-03 21:03:00 +01:00
standard Remove local variables 2019-02-03 21:03:00 +01:00
sysvmsg Remove local variables 2019-02-03 21:03:00 +01:00
sysvsem Remove local variables 2019-02-03 21:03:00 +01:00
sysvshm Remove local variables 2019-02-03 21:03:00 +01:00
tidy Remove local variables 2019-02-03 21:03:00 +01:00
tokenizer Remove local variables 2019-02-03 21:03:00 +01:00
wddx Remove local variables 2019-02-03 21:03:00 +01:00
xml Remove local variables 2019-02-03 21:03:00 +01:00
xmlreader Remove local variables 2019-02-03 21:03:00 +01:00
xmlrpc Remove local variables 2019-02-03 21:03:00 +01:00
xmlwriter Remove local variables 2019-02-03 21:03:00 +01:00
xsl Remove local variables 2019-02-03 21:03:00 +01:00
zend_test Remove local variables 2019-02-03 21:03:00 +01:00
zip Remove local variables 2019-02-03 21:03:00 +01:00
zlib Remove local variables 2019-02-03 21:03:00 +01:00
ext_skel.php Remove local variables 2019-02-03 21:03:00 +01:00