summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/pdo_009.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-031-12/+12
|
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
|
* Remove local variablesPeter Kokot2019-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-7/+7
|
* - MFH change require to require_onceMarcus Boerger2005-10-031-1/+1
|
* - Add ability to execute .php generated from .phpt on failure without theMarcus Boerger2005-09-211-0/+1
| | | | | need to manually set the environment.
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-201-3/+3
|
* Stop on the 1st skip.Ilia Alshanetsky2005-07-071-2/+2
|
* skip if we can't connect (include reason in skip output)Wez Furlong2005-07-071-1/+5
|
* Need to state NOT NULL here, as DB2 won't allow the UNIQUE constraint ↵Wez Furlong2005-07-071-1/+1
| | | | without it.
* rename pdo_test.php to pdo_test.inc, add it, and update tests.Wez Furlong2005-07-061-1/+1
|
* Add tests that can be redirected to with new test harness feature.Wez Furlong2005-07-061-0/+126