Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.c1729 sdlAttributePtr newAttr; in schema_attribute() local
1847 newAttr->use = XSD_USE_REQUIRED; in schema_attribute()
1849 newAttr->use = XSD_USE_OPTIONAL; in schema_attribute()
1851 newAttr->use = XSD_USE_DEFAULT; in schema_attribute()
1875 if (!newAttr->extraAttributes) { in schema_attribute()
1985 sdlAttributePtr newAttr; in schema_attributeGroup() local
2145 sdlAttributePtr newAttr; in schema_attributegroup_fixup() local
2151 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()
2152 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2153 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
[all …]
/PHP-7.4/ext/dom/
H A Delement.c47 ZEND_ARG_OBJ_INFO(0, newAttr, DOMAttr, 0)
80 ZEND_ARG_OBJ_INFO(0, newAttr, DOMAttr, 0)

Completed in 14 milliseconds