Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_closecursor_error.phpt2 Error during closeCursor() of multi query
16 var_dump($stmt->closeCursor());
29 Warning: PDOStatement::closeCursor(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s…
H A Dpdo_mysql_stmt_closecursor.phpt2 MySQL PDOStatement->closeCursor()
25 $stmt1->closeCursor();
35 // fetch only the first rows and let closeCursor() clean up
37 $stmt1->closeCursor();
44 $stmt2->closeCursor();
51 $stmt1->closeCursor();
59 $stmt1->closeCursor();
64 $stmt1->closeCursor();
71 $stmt2->closeCursor();
75 $stmt1->closeCursor();
[all …]
H A Dpdo_mysql_attr_fetch_table_names.phpt18 $stmt->closeCursor();
23 $stmt->closeCursor();
H A Dbug66878.phpt21 $stmt->closeCursor();
27 $stmt->closeCursor();
H A Dbug_pecl_7976.phpt33 $stmt->closeCursor();
37 $stmt->closeCursor();
H A Dpdo_mysql_stmt_closecursor_empty.phpt2 MySQL PDOStatement->closeCursor()
48 $stmt->closeCursor();
H A Dbug79872.phpt26 …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.phpt28 $stmt->closeCursor();
H A Dpdo_mysql_types_zerofill.phpt40 $stmt->closeCursor();
80 $stmt->closeCursor();
H A Dpdo_mysql_attr_server_info.phpt37 $stmt->closeCursor();
H A Dbug_39858.phpt51 $stmt->closeCursor();
H A Dpdo_mysql_attr_multi_statements.phpt28 $stmt->closeCursor();
H A Dpdo_mysql_types.phpt33 $stmt->closeCursor();
73 $stmt->closeCursor();
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_69592.phpt23 $stmt->closeCursor();
33 $stmt->closeCursor();
H A Dbug_69757.phpt27 $stmt->closeCursor();
/PHP-8.0/ext/pdo/tests/
H A Dbug_39656.phpt2 PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statement object after closeCursor())
31 $stmt->closeCursor();
H A Dpdo_032.phpt27 $stmt->closeCursor();
34 $stmt->closeCursor();
H A Dpdo_016.phpt67 $stmt3->closeCursor();
76 $stmt4->closeCursor();
89 $stmt3->closeCursor();
93 $stmt4->closeCursor();
H A Dpdo_016a.phpt67 $stmt3->closeCursor();
76 $stmt4->closeCursor();
89 $stmt3->closeCursor();
93 $stmt4->closeCursor();
H A Dgh8626.phpt34 $stmt->closeCursor(); // sqlite
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug69752.phpt2 PDO PgSQL Bug #69752 (memory leak with closeCursor)
40 $stmt->closeCursor();
H A Dbug75402.phpt78 $stmt->closeCursor();
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.stub.php17 public function closeCursor() {} function in PDOStatement
H A Dpdo_stmt_arginfo.h90 ZEND_METHOD(PDOStatement, closeCursor);
113 ZEND_ME(PDOStatement, closeCursor, arginfo_class_PDOStatement_closeCursor, ZEND_ACC_PUBLIC)

Completed in 24 milliseconds

12