Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_schema.c2051 sdlExtraAttributePtr new_attr; in copy_extra_attribute() local
2053 new_attr = emalloc(sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2054 memcpy(new_attr, Z_PTR_P(zv), sizeof(sdlExtraAttribute)); in copy_extra_attribute()
2055 Z_PTR_P(zv) = new_attr; in copy_extra_attribute()
2056 if (new_attr->ns) { in copy_extra_attribute()
2057 new_attr->ns = estrdup(new_attr->ns); in copy_extra_attribute()
2059 if (new_attr->val) { in copy_extra_attribute()
2060 new_attr->val = estrdup(new_attr->val); in copy_extra_attribute()

Completed in 11 milliseconds