Lines Matching refs:the_var
690 zval *the_var = stmt->param_bind[i].zv; in mysqlnd_stmt_execute_calculate_param_values_size() local
692 …if (!the_var || (stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)… in mysqlnd_stmt_execute_calculate_param_values_size()
696 if (stmt->param_bind[j].zv == the_var) { in mysqlnd_stmt_execute_calculate_param_values_size()
699 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_calculate_param_values_size()
711 if (Z_TYPE_P(the_var) != IS_DOUBLE) { in mysqlnd_stmt_execute_calculate_param_values_size()
713 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_calculate_param_values_size()
746 if (Z_TYPE_P(the_var) != IS_STRING) { in mysqlnd_stmt_execute_calculate_param_values_size()
748 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_calculate_param_values_size()
753 the_var = (*copies_param)[i]; in mysqlnd_stmt_execute_calculate_param_values_size()
755 convert_to_string_ex(&the_var); in mysqlnd_stmt_execute_calculate_param_values_size()
756 *data_size += Z_STRLEN_P(the_var); in mysqlnd_stmt_execute_calculate_param_values_size()