php-src/ext/pdo_dblib/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
..
batch_stmt_ins_exec.phpt Add test coverage for bug #72969 2017-01-27 18:47:00 -05:00
batch_stmt_ins_sel_up_del.phpt Add test coverage for bug #72969 2017-01-27 18:47:00 -05:00
batch_stmt_ins_up.phpt Add test coverage for bug #72969 2017-01-27 18:47:00 -05:00
batch_stmt_rowcount.phpt Add test coverage for bug #72969 2017-01-27 18:47:00 -05:00
batch_stmt_transaction.phpt Add test coverage for bug #72969 2017-01-27 18:47:00 -05:00
batch_stmt_try.phpt Add test coverage for bug #72969 2017-01-27 18:47:00 -05:00
bug_38955.phpt return zvals instead of strings, cast or not based on stringify attribute 2016-04-06 12:18:53 +02:00
bug_45876.phpt Limit size of result set for test query 2016-09-21 16:21:33 -04:00
bug_47588.phpt return zvals instead of strings, cast or not based on stringify attribute 2016-04-06 12:18:53 +02:00
bug_50755.phpt pdo_dblib - improve test skip messages 2010-06-30 03:16:04 +00:00
bug_54648.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug_67130.phpt PHP bug 67130: nextRowset should work with unfetched rows 2016-09-21 14:27:23 -04:00
bug_68957.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug_69592.phpt Implemented request #69592: allow 0-column rowsets to be skipped automatically 2017-10-17 14:16:38 -04:00
bug_69757.phpt limit size of result set so unit test runs reliably 2016-03-01 17:15:36 -05:00
bug_71667.phpt Correct for connection with PDO::ATTR_STRINGIFY_FETCHES set to false 2016-07-08 15:54:52 +02:00
bug_73396.phpt Fix #73396: bigint columns are returned as strings 2016-10-27 13:52:59 -04:00
common.phpt Remove local variables 2019-02-03 21:03:00 +01:00
config.inc Use TDS version attribute to determine whether to skip tests 2017-11-10 14:36:35 -05:00
datetime2.phpt Treat DATETIME2 columns like DATETIME 2017-11-10 17:20:33 -05:00
datetime_convert.phpt Fix #74243: allow locales.conf to drive datetime format 2017-10-31 17:52:59 -04:00
dbtds.phpt Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO instance 2017-11-10 14:21:07 -05:00
dbversion.phpt Expose DB-Library version as \PDO::DBLIB_ATTR_VERSION attribute on \PDO instance 2017-01-27 18:38:56 -05:00
pdo_dblib_param_str_natl.phpt Add PDO parameter types for national character set strings 2017-03-20 18:25:50 -04:00
pdo_dblib_quote.phpt Add PDO parameter types for national character set strings 2017-03-20 18:25:50 -04:00
stringify_uniqueidentifier.phpt Use TDS version attribute to determine whether to skip tests 2017-11-10 14:36:35 -05:00
timeout.phpt Allow \PDO::setAttribute() to set pdo_dblib query timeouts 2016-09-13 16:13:26 -04:00
types.phpt Use TDS version attribute to determine whether to skip tests 2017-11-10 14:36:35 -05:00