Home
last modified time | relevance | path

Searched refs:delete_extra_attribute (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_schema.h32 void delete_extra_attribute(void *attribute);
H A Dphp_schema.c1877 zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0); in schema_attribute()
2111 …extraAttributes, zend_hash_num_elements((*tmp)->extraAttributes), NULL, delete_extra_attribute, 0); in schema_attribute_fixup()
2158 …d_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0); in schema_attributegroup_fixup()
2479 void delete_extra_attribute(void *attribute) in delete_extra_attribute() function
H A Dphp_sdl.c1243 zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); in sdl_deserialize_attribute()

Completed in 20 milliseconds