the_var           684 ext/mysqlnd/mysqlnd_ps_codec.c 		zval *bind_var, *the_var = &stmt->param_bind[i].zv;
the_var           686 ext/mysqlnd/mysqlnd_ps_codec.c 		bind_var = the_var;
the_var           687 ext/mysqlnd/mysqlnd_ps_codec.c 		ZVAL_DEREF(the_var);
the_var           688 ext/mysqlnd/mysqlnd_ps_codec.c 		if ((stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)) {
the_var           694 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_ISREF(stmt->param_bind[j].zv) && Z_REFVAL(stmt->param_bind[j].zv) == the_var) {
the_var           697 ext/mysqlnd/mysqlnd_ps_codec.c 						if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) {
the_var           710 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_TYPE_P(the_var) != IS_DOUBLE) {
the_var           712 ext/mysqlnd/mysqlnd_ps_codec.c 						if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) {
the_var           724 ext/mysqlnd/mysqlnd_ps_codec.c 					zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: the_var;
the_var           745 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_TYPE_P(the_var) != IS_STRING) {
the_var           747 ext/mysqlnd/mysqlnd_ps_codec.c 						if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) {
the_var           752 ext/mysqlnd/mysqlnd_ps_codec.c 					the_var = &((*copies_param)[i]);
the_var           754 ext/mysqlnd/mysqlnd_ps_codec.c 				convert_to_string_ex(the_var);
the_var           755 ext/mysqlnd/mysqlnd_ps_codec.c 				*data_size += Z_STRLEN_P(the_var);