Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/tests/schema/
H A Dschema013.phpt10 <union memberTypes="string int float"/>
H A Dschema014.phpt12 <union memberTypes="string int float"/>
H A Dschema021.phpt12 <union memberTypes="int float str"/>
H A Dschema022.phpt14 <union memberTypes="int float str"/>
/PHP-7.4/ext/soap/
H A Dphp_schema.c496 xmlAttrPtr memberTypes; in schema_union() local
498 memberTypes = get_attribute(unionType->properties, "memberTypes"); in schema_union()
499 if (memberTypes != NULL) { in schema_union()
504 str = estrdup((char*)memberTypes->children->content); in schema_union()

Completed in 15 milliseconds