current_type      586 ext/mysqlnd/mysqlnd_ps_codec.c 		short current_type = stmt->param_bind[i].type;
current_type      588 ext/mysqlnd/mysqlnd_ps_codec.c 		if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) {
current_type      645 ext/mysqlnd/mysqlnd_ps_codec.c 		short current_type = stmt->param_bind[i].type;
current_type      648 ext/mysqlnd/mysqlnd_ps_codec.c 		if (current_type == MYSQL_TYPE_LONG) {
current_type      649 ext/mysqlnd/mysqlnd_ps_codec.c 			current_type = MYSQL_TYPE_LONGLONG;
current_type      652 ext/mysqlnd/mysqlnd_ps_codec.c 		if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) {
current_type      664 ext/mysqlnd/mysqlnd_ps_codec.c 					current_type = MYSQL_TYPE_VAR_STRING;
current_type      674 ext/mysqlnd/mysqlnd_ps_codec.c 		int2store(*p, current_type);