delete_extra_attribute 1877 ext/soap/php_schema.c 					zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0);
delete_extra_attribute 2111 ext/soap/php_schema.c 					zend_hash_init(attr->extraAttributes, zend_hash_num_elements((*tmp)->extraAttributes), NULL, delete_extra_attribute, 0);
delete_extra_attribute 2158 ext/soap/php_schema.c 								zend_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0);
delete_extra_attribute   32 ext/soap/php_schema.h void delete_extra_attribute(void *attribute);
delete_extra_attribute 1243 ext/soap/php_sdl.c 		zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0);