php-src/ext/pdo_sqlite/tests
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
..
bug33841.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug35336.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug43831.phpt Fixed bug #47407 2014-05-27 11:48:25 +08:00
bug44327_2.phpt
bug44327_3.phpt
bug46139.phpt
bug46542.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug48773.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug50728.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug52487.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug60104.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug66033.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug70221.phpt Improve cleanup 2018-08-03 07:08:53 +02:00
bug70862.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug_42589.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug_63916-2.phpt Give a reason why the test was skipped 2018-07-22 16:41:41 -03:00
bug_63916.phpt Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite 2013-01-14 17:59:11 +01:00
common.phpt Remove local variables 2019-02-03 21:03:00 +01:00
debugdumpparams_001.phpt
pdo_fetch_func_001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
pdo_sqlite_createaggregate.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
pdo_sqlite_createaggregate_002.phpt - New tests (code coverage++) 2011-06-19 12:33:49 +00:00
pdo_sqlite_createcollation.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_sqlite_createfunction.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
pdo_sqlite_createfunction_002.phpt Add user contributed test. Bug #61748 2013-08-02 09:52:08 +09:00
pdo_sqlite_createfunction_with_flags.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_sqlite_get_attribute.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
pdo_sqlite_lastinsertid.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
pdo_sqlite_open_flags.phpt Fix test cleanup 2017-09-06 12:59:10 +02:00
pdo_sqlite_statement_getattribute.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pdo_sqlite_transaction.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00