Searched refs:copies_param (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 616 PASS != mysqlnd_stmt_copy_it(copies_param, parameter, stmt->param_count, i)) in mysqlnd_stmt_execute_prepare_param_types() 626 …zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: parameter; in mysqlnd_stmt_execute_prepare_param_types() 701 mysqlnd_stmt_execute_calculate_param_values_size(MYSQLND_STMT_DATA * stmt, zval ** copies_param, si… in mysqlnd_stmt_execute_calculate_param_values_size() argument 720 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size() 721 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size() 735 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size() 736 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size() 748 … zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: the_var; in mysqlnd_stmt_execute_calculate_param_values_size() 770 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size() 771 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size() [all …]
|
Completed in 5 milliseconds