Searched refs:nextRowset (Results 1 – 14 of 14) sorted by relevance
2 PDO_DBLIB: Segmentation fault on pdo_dblib::nextRowset20 if (true !== $stmt->nextRowset()) {21 die('expect TRUE on nextRowset');24 if (false !== $stmt->nextRowset()) {25 die('expect FALSE on nextRowset');
2 PDO_DBLIB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been …15 var_dump($stmt->nextRowset());16 var_dump($stmt->nextRowset());18 var_dump($stmt->nextRowset());
14 $stmt->nextRowset(); // Added line
2 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());
2 Bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset)17 $query->nextRowset();
22 nextRowset() problem with stored proc & emulation mode & mysqlnd46 } while ($stmt->nextRowset());52 } while ($stmt->nextRowset());
4 nextRowset() problem with stored proc & emulation mode & mysqlnd33 } while ($stmt->nextRowset());
66 } while ($stmt->nextRowset());75 } while ($stmt->nextRowset());
37 } while ($stmt->nextRowset());
27 } while ($stmt->nextRowset());
4 nextRowset() problem with stored proc & emulation mode & mysqlnd
2042 static PHP_METHOD(PDOStatement, nextRowset) in PHP_METHOD() argument2174 PHP_ME(PDOStatement, nextRowset, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
1912 . Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows2326 . Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows3966 . Fixed bug #69757 (Segmentation fault on nextRowset).
Completed in 40 milliseconds