Home
last modified time | relevance | path

Searched refs:mysql_stmt_close (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt70 mysql_stmt_close
75 ---> Message: Row retrieval was canceled by mysql_stmt_close() call
142 … SQLSTATE[HY000]: General error: 2050 Row retrieval was canceled by mysql_stmt_close() call in %s …
146 … SQLSTATE[HY000]: General error: 2050 Row retrieval was canceled by mysql_stmt_close() call in %s …
/PHP-8.1/ext/mysqli/
H A Dmysqli_libmysql.h36 #define mysqli_stmt_close(c, implicit) mysql_stmt_close((c))
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h83 #define mysql_stmt_close(s) mysqlnd_stmt_close((s), 0) macro
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_statement.c82 mysql_stmt_close(S->stmt); in pdo_mysql_stmt_dtor()
H A Dmysql_driver.c221 mysql_stmt_close(S->stmt); in mysql_handle_preparer()

Completed in 14 milliseconds