php-src/ext/pdo/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
..
bug_34630.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_34687.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_35671.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_36428.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_36798.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
bug_38253.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_38394.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_39398.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_39656.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug_40285.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug_42917.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_43130.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_43139.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_43663.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_44159.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_44173.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_44409.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_44861.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_47769.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug_50458.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_52098.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_60665.phpt Compatibility with Firebird & Oracle select syntax. 2016-12-19 01:06:24 +01:00
bug_61292.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug_64172.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug_65946.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug_69356.phpt Fixed #69356: PDOStatement::debugDumpParams() truncates query 2017-06-29 11:39:50 +02:00
bug_71447.phpt Fixed bug #71447 (Quotes inside comments not properly handled) 2016-04-04 23:50:28 +02:00
bug_72788.phpt Fix bug 72788: Invalid memory access when database_object_handle 2016-08-09 00:16:46 +00:00
bug_73234.phpt Fix #73234: Emulated statements let value dictate parameter type 2016-10-10 18:16:17 -04:00
debug_emulated_prepares.phpt Add "Sent SQL" to debug dump for emulated prepares 2016-12-20 11:07:04 -05:00
pdo.inc
pdo_001.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_002.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_003.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_004.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_005.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_006.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_007.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_008.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_009.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_010.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_011.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_012.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_013.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_014.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_015.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_016.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_016a.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_017.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_018.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_019.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_020.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_021.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_022.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_023.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_024.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_025.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_026.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_027.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_028.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_029.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_030.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_031.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_032.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_033.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_034.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_035.phpt
pdo_036.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
pdo_037.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
pdo_038.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pdo_drivers_basic.phpt Add tests for PDO::getAvailableDrivers 2016-10-20 20:53:53 -07:00
pdo_drivers_error.phpt Add tests for PDO::getAvailableDrivers 2016-10-20 20:53:53 -07:00
pdo_test.inc
pdorow.phpt Fix leak in PDO row_get_ctor 2016-07-16 23:16:26 +02:00
pecl_bug_5217.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pecl_bug_5772.phpt Remove local variables 2019-02-03 21:03:00 +01:00
pecl_bug_5809.phpt Remove local variables 2019-02-03 21:03:00 +01:00