Home
last modified time | relevance | path

Searched refs:mysqli_stmt_get_connection (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/mysqli/
H A Dmysqli_mysqlnd.h39 #define mysqli_stmt_get_connection(s) (s)->data->conn macro
H A Dmysqli_warning.c281 hdl = mysqli_stmt_get_connection(stmt->stmt);
286 w = php_get_warnings(mysqli_stmt_get_connection(stmt->stmt));
H A Dmysqli_libmysql.h38 #define mysqli_stmt_get_connection(s) (s)->mysql macro
H A Dmysqli_nonapi.c989 w = php_get_warnings(mysqli_stmt_get_connection(stmt->stmt));

Completed in 12 milliseconds