delete_extra_attribute 1879 ext/soap/php_schema.c 					zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0);
delete_extra_attribute 2114 ext/soap/php_schema.c 					zend_hash_init(attr->extraAttributes, zend_hash_num_elements(tmp->extraAttributes), NULL, delete_extra_attribute, 0);
delete_extra_attribute 2159 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(zval *zv);
delete_extra_attribute 1237 ext/soap/php_sdl.c 		zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0);