Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_schema.h29 void delete_extra_attribute(zval *zv);
H A Dphp_schema.c1875 zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0); in schema_attribute()
2110 …r->extraAttributes, zend_hash_num_elements(tmp->extraAttributes), NULL, delete_extra_attribute, 0); in schema_attribute_fixup()
2155 …d_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0); in schema_attributegroup_fixup()
2470 void delete_extra_attribute(zval *zv) in delete_extra_attribute() function
H A Dphp_sdl.c1250 zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); in sdl_deserialize_attribute()

Completed in 36 milliseconds