new_type          552 ext/pdo/pdo_stmt.c 	int type, new_type;
new_type          556 ext/pdo/pdo_stmt.c 	new_type =  type_override ? PDO_PARAM_TYPE(*type_override) : type;
new_type          566 ext/pdo/pdo_stmt.c 				int need_copy = (new_type != PDO_PARAM_ZVAL || stmt->dbh->stringify) ? 1 : 0;
new_type          574 ext/pdo/pdo_stmt.c 				type = new_type;
new_type          599 ext/pdo/pdo_stmt.c 				if (stmt->dbh->stringify || new_type == PDO_PARAM_STR) {
new_type          612 ext/pdo/pdo_stmt.c 			} else if (!stmt->dbh->stringify && new_type != PDO_PARAM_STR) {
new_type          651 ext/pdo/pdo_stmt.c 	if (type != new_type) {
new_type          652 ext/pdo/pdo_stmt.c 		switch (new_type) {