delete_extra_attribute 1850 ext/soap/php_schema.c 					zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0);
delete_extra_attribute 2066 ext/soap/php_schema.c 					zend_hash_init(attr->extraAttributes, zend_hash_num_elements((*tmp)->extraAttributes), NULL, delete_extra_attribute, 0);
delete_extra_attribute 2112 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 1134 ext/soap/php_sdl.c 		zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0);