Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c680 short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_store_params() local
681 …if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_typ… in mysqlnd_stmt_execute_store_params()
748 short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_store_params() local
751 if (current_type == MYSQL_TYPE_LONG) { in mysqlnd_stmt_execute_store_params()
752 current_type = MYSQL_TYPE_LONGLONG; in mysqlnd_stmt_execute_store_params()
755 …if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_typ… in mysqlnd_stmt_execute_store_params()
767 current_type = MYSQL_TYPE_VAR_STRING; in mysqlnd_stmt_execute_store_params()
777 int2store(*p, current_type); in mysqlnd_stmt_execute_store_params()

Completed in 8 milliseconds