the_var 935 ext/mysqli/mysqli_api.c zval *the_var = copies && copies[i]? copies[i]:stmt->param.vars[i]; the_var 938 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_STRING) { the_var 940 ext/mysqli/mysqli_api.c the_var = copies[i]; the_var 942 ext/mysqli/mysqli_api.c convert_to_string_ex(&the_var); the_var 943 ext/mysqli/mysqli_api.c stmt->stmt->params[i].buffer = Z_STRVAL_P(the_var); the_var 944 ext/mysqli/mysqli_api.c stmt->stmt->params[i].buffer_length = Z_STRLEN_P(the_var); the_var 947 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_DOUBLE) { the_var 949 ext/mysqli/mysqli_api.c the_var = copies[i]; the_var 951 ext/mysqli/mysqli_api.c convert_to_double_ex(&the_var); the_var 952 ext/mysqli/mysqli_api.c stmt->stmt->params[i].buffer = &Z_DVAL_P(the_var); the_var 956 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) { the_var 958 ext/mysqli/mysqli_api.c the_var = copies[i]; the_var 960 ext/mysqli/mysqli_api.c convert_to_long_ex(&the_var); the_var 961 ext/mysqli/mysqli_api.c stmt->stmt->params[i].buffer = &Z_LVAL_P(the_var); the_var 690 ext/mysqlnd/mysqlnd_ps_codec.c zval *the_var = stmt->param_bind[i].zv; the_var 692 ext/mysqlnd/mysqlnd_ps_codec.c if (!the_var || (stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)) { the_var 696 ext/mysqlnd/mysqlnd_ps_codec.c if (stmt->param_bind[j].zv == the_var) { the_var 699 ext/mysqlnd/mysqlnd_ps_codec.c if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { the_var 711 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_DOUBLE) { the_var 713 ext/mysqlnd/mysqlnd_ps_codec.c if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { the_var 746 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_STRING) { the_var 748 ext/mysqlnd/mysqlnd_ps_codec.c if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { the_var 753 ext/mysqlnd/mysqlnd_ps_codec.c the_var = (*copies_param)[i]; the_var 755 ext/mysqlnd/mysqlnd_ps_codec.c convert_to_string_ex(&the_var); the_var 756 ext/mysqlnd/mysqlnd_ps_codec.c *data_size += Z_STRLEN_P(the_var);