Home
last modified time | relevance | path

Searched refs:closeCursor (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_closecursor_error.phpt2 Error during closeCursor() of multi query
18 var_dump($stmt->closeCursor());
31 Warning: PDOStatement::closeCursor(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s…
H A Dpdo_mysql_stmt_closecursor.phpt2 MySQL PDOStatement->closeCursor()
26 $stmt1->closeCursor();
36 // fetch only the first rows and let closeCursor() clean up
38 $stmt1->closeCursor();
45 $stmt2->closeCursor();
52 $stmt1->closeCursor();
60 $stmt1->closeCursor();
65 $stmt1->closeCursor();
72 $stmt2->closeCursor();
76 $stmt1->closeCursor();
[all …]
H A Dbug66878.phpt22 $stmt->closeCursor();
28 $stmt->closeCursor();
H A Dpdo_mysql_attr_fetch_table_names.phpt19 $stmt->closeCursor();
24 $stmt->closeCursor();
H A Dbug_pecl_7976.phpt34 $stmt->closeCursor();
38 $stmt->closeCursor();
H A Dpdo_mysql_stmt_closecursor_empty.phpt2 MySQL PDOStatement->closeCursor()
49 $stmt->closeCursor();
H A Dbug79872.phpt27 …ng result sets. Consider unsetting the previous PDOStatement or calling PDOStatement::closeCursor()
H A Dbug76815.phpt2 Bug #76815: PDOStatement cannot be GCed/closeCursor-ed when a PROCEDURE resultset SIGNAL
H A Dbug_pecl_12925.phpt29 $stmt->closeCursor();
H A Dpdo_mysql_types_zerofill.phpt41 $stmt->closeCursor();
81 $stmt->closeCursor();
H A Dgh11550.phpt33 $stmt->closeCursor(); // Optional. Segmentation fault (core dumped)
H A Dpdo_mysql_attr_server_info.phpt38 $stmt->closeCursor();
H A Dbug_39858.phpt52 $stmt->closeCursor();
H A Dpdo_mysql_types.phpt34 $stmt->closeCursor();
74 $stmt->closeCursor();
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug81343.phpt2 Bug #81343 pdo_pgsql: Inconsitent boolean conversion after calling closeCursor()
22 $sth->closeCursor();
H A Dbug69752.phpt2 PDO PgSQL Bug #69752 (memory leak with closeCursor)
42 $stmt->closeCursor();
/PHP-8.2/ext/pdo_dblib/tests/
H A Dbug_69592.phpt24 $stmt->closeCursor();
34 $stmt->closeCursor();
H A Dbug_69757.phpt28 $stmt->closeCursor();
/PHP-8.2/ext/pdo/tests/
H A Dbug_39656.phpt2 PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statement object after closeCursor())
32 $stmt->closeCursor();
H A Dpdo_032.phpt28 $stmt->closeCursor();
35 $stmt->closeCursor();
H A Dpdo_016.phpt68 $stmt3->closeCursor();
77 $stmt4->closeCursor();
90 $stmt3->closeCursor();
94 $stmt4->closeCursor();
H A Dpdo_016a.phpt68 $stmt3->closeCursor();
77 $stmt4->closeCursor();
90 $stmt3->closeCursor();
94 $stmt4->closeCursor();
H A Dgh8626.phpt35 $stmt->closeCursor(); // sqlite
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.stub.php20 public function closeCursor(): bool {} function in PDOStatement
H A Dpdo_stmt_arginfo.h94 ZEND_METHOD(PDOStatement, closeCursor);
117 ZEND_ME(PDOStatement, closeCursor, arginfo_class_PDOStatement_closeCursor, ZEND_ACC_PUBLIC)

Completed in 27 milliseconds

12