Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c609 const short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_prepare_param_types() local
613 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_prepare_param_types()
661 short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_store_types() local
665 if (current_type == MYSQL_TYPE_LONG) { in mysqlnd_stmt_execute_store_types()
666 current_type = MYSQL_TYPE_LONGLONG; in mysqlnd_stmt_execute_store_types()
670 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_store_types()
682 current_type = MYSQL_TYPE_VAR_STRING; in mysqlnd_stmt_execute_store_types()
692 int2store(*p, current_type); in mysqlnd_stmt_execute_store_types()

Completed in 7 milliseconds