summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests/pdo_mysql_attr_statement_class.phpt
Commit message (Expand)AuthorAgeFilesLines
* PDO MySQL: Use native types for resultsNikita Popov2020-12-171-0/+1
* Another pass making some failure states unconditional erros in PDOGeorge Peter Banyard2020-09-281-11/+8
* Make various failure conditions in PDO unconditional errorsGeorge Peter Banyard2020-09-281-24/+33
* Use variadic signature for PDOStatement::fetchAll()Nikita Popov2020-08-141-1/+1
* Reindent phpt filesNikita Popov2020-02-031-94/+94
* Merge branch 'PHP-7.4'Peter Kokot2019-03-151-3/+3
|\
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-3/+3
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-3/+0
|/
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-12/+12
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+5
* Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by re...Ulf Wendel2009-11-041-12/+13
* - Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-0/+154