summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt
Commit message (Expand)AuthorAgeFilesLines
* PDO MySQL: Use native types for resultsNikita Popov2020-12-171-0/+1
* Update PDO parameters for named arguments.Larry Garfield2020-09-281-1/+1
* Run tidyNikita Popov2020-09-181-5/+5
* Use Z_PARAM_CLASS in PDOStatement::fetchObject()Nikita Popov2020-08-131-0/+6
* Reindent phpt filesNikita Popov2020-02-031-36/+36
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-4/+4
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-5/+5
* Test update for sql_mode = ANSIUlf Wendel2010-09-221-2/+11
* PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which se...Ulf Wendel2010-08-311-2/+3
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-111-4/+4
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-4/+4
* Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by re...Ulf Wendel2009-11-041-6/+10
* Fixing some tests to expect unicode instead of (binary) strings.Ulf Wendel2008-07-221-4/+4
* - Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-0/+95