Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_schema.c1714 sdlAttributePtr newAttr; in schema_attribute() local
1742 newAttr->ref = estrdup(key.c); in schema_attribute()
1827 newAttr->use = XSD_USE_DEFAULT; in schema_attribute()
1851 if (!newAttr->extraAttributes) { in schema_attribute()
1957 sdlAttributePtr newAttr; in schema_attributeGroup() local
1977 newAttr->ref = estrdup(key.c); in schema_attributeGroup()
2102 sdlAttributePtr newAttr; in schema_attributegroup_fixup() local
2108 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()
2109 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2110 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
[all …]
/PHP-5.3/ext/dom/
H A Delement.c49 ZEND_ARG_OBJ_INFO(0, newAttr, DOMAttr, 0)
82 ZEND_ARG_OBJ_INFO(0, newAttr, DOMAttr, 0)

Completed in 17 milliseconds