Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_mysql/tests/
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 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 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 Dpdo_mysql_attr_multi_statements.phpt27 $stmt->closeCursor();
H A Dbug_39858.phpt53 $stmt->closeCursor();
H A Dpdo_mysql_types.phpt33 $stmt->closeCursor();
73 $stmt->closeCursor();
H A Dpdo_mysql_multi_stmt_nextrowset.phpt70 $stmt->closeCursor();
H A Dpdo_mysql_stmt_bindparam_types.phpt59 $stmt->closeCursor();
/PHP-5.5/ext/pdo/tests/
H A Dbug_39656.phpt2 PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statment 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();
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69752.phpt2 PDO PgSQL Bug #69752 (memory leak with closeCursor)
40 $stmt->closeCursor();
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2105 static PHP_METHOD(PDOStatement, closeCursor) in PHP_METHOD() argument
2221 PHP_ME(PDOStatement, closeCursor, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS7955 closeCursor()). (Ilia, Tony)

Completed in 59 milliseconds