Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.h31 void delete_extra_attribute(zval *zv);
H A Dphp_schema.c1877 zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0); in schema_attribute()
2112 …r->extraAttributes, zend_hash_num_elements(tmp->extraAttributes), NULL, delete_extra_attribute, 0); in schema_attribute_fixup()
2157 …d_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0); in schema_attributegroup_fixup()
2465 void delete_extra_attribute(zval *zv) in delete_extra_attribute() function
H A Dphp_sdl.c1249 zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); in sdl_deserialize_attribute()

Completed in 1887 milliseconds