Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c393 zend_long col_type; in mysqli_stmt_bind_result_do_bind() local
412 col_type = (stmt->stmt->fields) ? stmt->stmt->fields[ofs].type : MYSQL_TYPE_STRING; in mysqli_stmt_bind_result_do_bind()
414 switch (col_type) { in mysqli_stmt_bind_result_do_bind()
470 bind[ofs].buffer_type = col_type; in mysqli_stmt_bind_result_do_bind()
536 …ype %ld. Probably your client library is incompatible with the server version you use!", col_type); in mysqli_stmt_bind_result_do_bind()

Completed in 10 milliseconds