Searched refs:delete_extra_attribute (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/soap/ |
H A D | php_schema.h | 32 void delete_extra_attribute(zval *zv);
|
H A D | php_schema.c | 1879 zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0); in schema_attribute() 2114 …r->extraAttributes, zend_hash_num_elements(tmp->extraAttributes), NULL, delete_extra_attribute, 0); in schema_attribute_fixup() 2159 …d_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0); in schema_attributegroup_fixup() 2467 void delete_extra_attribute(zval *zv) in delete_extra_attribute() function
|
H A D | php_sdl.c | 1239 zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); in sdl_deserialize_attribute()
|
Completed in 20 milliseconds