php-src/ext/pdo_pgsql/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
..
bug36727.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug43925.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug46274.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug46274_2.phpt Related to bug #65047 (Test skip on client / server version) 2013-06-19 12:26:21 +02:00
bug48764.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug61267.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug62479.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug62498-32bit.phpt fix tests 2016-04-06 17:43:49 +02:00
bug62498.phpt fix tests 2016-04-06 17:43:49 +02:00
bug62593.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug64953.phpt Fix bug #64953 (Postgres prepared statement positional parameter casting) 2013-08-20 19:19:02 +02:00
bug66584.phpt fix test 2015-03-14 18:29:59 +01:00
bug67462.phpt Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction 2014-10-31 18:11:32 +01:00
bug68199.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug68371.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug69344.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug69362.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug69752.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug70313.phpt Fixed bug #70313 PDO statement fails to throw exception 2016-07-10 14:33:56 +02:00
bug70861.phpt add test for bug #70861 2015-11-05 19:48:08 +01:00
bug71573.phpt Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound) 2016-05-11 11:12:27 +08:00
bug72294.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug72570.phpt fix test out 2016-07-19 15:05:14 +02:00
bug72633.phpt Clean up FR #72633 2016-08-04 09:28:58 +02:00
bug73959.phpt Fixed #73959 - lastInsertId fails to throw an exception in pdsql 2017-01-20 20:10:55 +00:00
bug75402.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug_33876.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug_49985.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
common.phpt Remove local variables 2019-02-03 21:03:00 +01:00
config.inc Remove local variables 2019-02-03 21:03:00 +01:00
copy_from.phpt Remove local variables 2019-02-03 21:03:00 +01:00
copy_to.phpt Remove local variables 2019-02-03 21:03:00 +01:00
debug_emulated_prepares.phpt Add "Sent SQL" to debug dump for emulated prepares 2016-12-20 11:07:04 -05:00
disable_prepares.phpt Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams 2014-03-11 23:10:48 +01:00
getnotify.phpt Remove local variables 2019-02-03 21:03:00 +01:00
is_in_transaction.phpt Remove local variables 2019-02-03 21:03:00 +01:00
large_objects.phpt Remove local variables 2019-02-03 21:03:00 +01:00