col_type          395 ext/mysqli/mysqli_api.c 	zend_long		col_type;
col_type          414 ext/mysqli/mysqli_api.c 		col_type = (stmt->stmt->fields) ? stmt->stmt->fields[ofs].type : MYSQL_TYPE_STRING;
col_type          416 ext/mysqli/mysqli_api.c 		switch (col_type) {
col_type          472 ext/mysqli/mysqli_api.c 				bind[ofs].buffer_type = col_type;
col_type          538 ext/mysqli/mysqli_api.c 				php_error_docref(NULL, E_WARNING, "Server returned unknown type %ld. Probably your client library is incompatible with the server version you use!", col_type);