Searched refs:field_type (Results 1 – 3 of 3) sorted by relevance
188 PHPAPI const char * mysqlnd_field_type_name(const enum mysqlnd_field_types field_type);
1559 PHPAPI const char * mysqlnd_field_type_name(const enum mysqlnd_field_types field_type) argument1561 switch(field_type) {
2371 zend_resource *field_type; local2379 if ((field_type = zend_hash_find_ptr(list, str.s)) != NULL) {2380 ret = estrdup((char *)field_type->ptr);
Completed in 39 milliseconds