Home
last modified time | relevance | path

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

12

/php-src/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()
28 $stmt1->closeCursor();
38 // fetch only the first rows and let closeCursor() clean up
40 $stmt1->closeCursor();
47 $stmt2->closeCursor();
54 $stmt1->closeCursor();
62 $stmt1->closeCursor();
67 $stmt1->closeCursor();
74 $stmt2->closeCursor();
78 $stmt1->closeCursor();
[all …]
H A Dbug66878.phpt21 $stmt->closeCursor();
27 $stmt->closeCursor();
H A Dpdo_mysql_attr_fetch_table_names.phpt22 $stmt->closeCursor();
28 $stmt->closeCursor();
H A Dbug_pecl_7976.phpt22 $stmt->closeCursor();
26 $stmt->closeCursor();
H A Dpdo_mysql_stmt_closecursor_empty.phpt2 MySQL PDOStatement->closeCursor()
49 $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.phpt26 $stmt->closeCursor();
H A Dbug_39858.phpt41 $stmt->closeCursor();
H A Dpdo_mysql_attr_server_info.phpt37 $stmt->closeCursor();
H A Dgh11550.phpt32 $stmt->closeCursor(); // Optional. Segmentation fault (core dumped)
/php-src/ext/pdo_pgsql/tests/
H A Dbug81343.phpt2 Bug #81343 pdo_pgsql: Inconsitent boolean conversion after calling closeCursor()
21 $sth->closeCursor();
H A Dbug69752.phpt2 PDO PgSQL Bug #69752 (memory leak with closeCursor)
41 $stmt->closeCursor();
/php-src/ext/pdo_dblib/tests/
H A Dbug_69592.phpt27 $stmt->closeCursor();
37 $stmt->closeCursor();
H A Dbug_69757.phpt31 $stmt->closeCursor();
/php-src/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.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.phpt34 $stmt->closeCursor(); // sqlite
/php-src/ext/pdo_firebird/tests/
H A Dbug_15604.phpt47 $stmt2->closeCursor();
52 $stmt2->closeCursor();
H A Dfb4_datatypes_params.phpt42 $stmt->closeCursor();
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php20 public function closeCursor(): bool {} function in PDOStatement
H A Dpdo_stmt_arginfo.h93 ZEND_METHOD(PDOStatement, closeCursor);
115 ZEND_ME(PDOStatement, closeCursor, arginfo_class_PDOStatement_closeCursor, ZEND_ACC_PUBLIC)

Completed in 34 milliseconds

12