Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c394 zend_long col_type; in mysqli_stmt_bind_result_do_bind() local
413 col_type = (stmt->stmt->fields) ? stmt->stmt->fields[ofs].type : MYSQL_TYPE_STRING; in mysqli_stmt_bind_result_do_bind()
415 switch (col_type) { in mysqli_stmt_bind_result_do_bind()
471 bind[ofs].buffer_type = col_type; in mysqli_stmt_bind_result_do_bind()
537 …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 12 milliseconds