Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c710 zval *bind_var, *the_var = &stmt->param_bind[i].zv; in mysqlnd_stmt_execute_calculate_param_values_size() local
712 bind_var = the_var; in mysqlnd_stmt_execute_calculate_param_values_size()
713 ZVAL_DEREF(the_var); in mysqlnd_stmt_execute_calculate_param_values_size()
723 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
736 if (Z_TYPE_P(the_var) != IS_DOUBLE) { in mysqlnd_stmt_execute_calculate_param_values_size()
738 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
771 if (Z_TYPE_P(the_var) != IS_STRING) { in mysqlnd_stmt_execute_calculate_param_values_size()
773 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
778 the_var = &((*copies_param)[i]); in mysqlnd_stmt_execute_calculate_param_values_size()
781 if (!try_convert_to_string(the_var)) { in mysqlnd_stmt_execute_calculate_param_values_size()
[all …]

Completed in 9 milliseconds