Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo_dblib/tests/
H A Dbug_69757.phpt2 PDO_DBLIB: Segmentation fault on pdo_dblib::nextRowset
20 if (true !== $stmt->nextRowset()) {
21 die('expect TRUE on nextRowset');
24 if (false !== $stmt->nextRowset()) {
25 die('expect FALSE on nextRowset');
H A Dbug_68957.phpt14 $stmt->nextRowset(); // Added line
/PHP-5.6/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.6/ext/pdo/
H A Dpdo_stmt.c2071 static PHP_METHOD(PDOStatement, nextRowset) in PHP_METHOD() argument
2208 PHP_ME(PDOStatement, nextRowset, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
/PHP-5.6/
H A DNEWS986 . Fixed bug #69757 (Segmentation fault on nextRowset).
4637 . Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't
5031 . Added nextRowset support.
5263 . Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't
6635 after calling nextRowset). (Pierrick)
7678 - Fixed PECL bug #12794 (PDOStatement->nextRowset() doesn't work). (Johannes)

Completed in 56 milliseconds