Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_schema.c2072 sdlExtraAttributePtr new_attr; in copy_extra_attribute() local
2074 new_attr = emalloc(sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2075 memcpy(new_attr, Z_PTR_P(zv), sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2076 Z_PTR_P(zv) = new_attr; in copy_extra_attribute()
2077 if (new_attr->ns) { in copy_extra_attribute()
2078 new_attr->ns = estrdup(new_attr->ns); in copy_extra_attribute()
2080 if (new_attr->val) { in copy_extra_attribute()
2081 new_attr->val = estrdup(new_attr->val); in copy_extra_attribute()

Completed in 8 milliseconds