Home
last modified time | relevance | path

Searched refs:nextRowset (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_61207.phpt2 PDO MySQL Bug #61207 (PDO::nextRowset() after a multi-statement query doesn't always work)
32 } while($handle1->nextRowset());
48 } while($handle2->nextRowset());
64 } while($handle3->nextRowset());
81 } while($handle1->nextRowset());
H A Dbug_51670.phpt2 Bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset)
17 $query->nextRowset();
H A Dbug_39858.phpt22 nextRowset() problem with stored proc & emulation mode & mysqlnd
46 } while ($stmt->nextRowset());
52 } while ($stmt->nextRowset());
H A Dbug_41997.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
33 } while ($stmt->nextRowset());
H A Dpdo_mysql_attr_oracle_nulls.phpt66 } while ($stmt->nextRowset());
75 } while ($stmt->nextRowset());
H A Dbug_41125.phpt37 } while ($stmt->nextRowset());
H A Dpdo_mysql_stmt_multiquery.phpt27 } while ($stmt->nextRowset());
H A Dpdo_mysql_stmt_variable_columncount.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
H A Dpdo_mysql_stmt_nextrowset.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2083 static PHP_METHOD(PDOStatement, nextRowset) in PHP_METHOD() argument
2220 PHP_ME(PDOStatement, nextRowset, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS3059 . Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't
3453 . Added nextRowset support.
3685 . Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't
5057 after calling nextRowset). (Pierrick)
6100 - Fixed PECL bug #12794 (PDOStatement->nextRowset() doesn't work). (Johannes)

Completed in 46 milliseconds