Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/tests/schema/
H A Dschema014.phpt13 <union memberTypes="string int float"/>
H A Dschema013.phpt11 <union memberTypes="string int float"/>
H A Dschema021.phpt13 <union memberTypes="int float str"/>
H A Dschema022.phpt15 <union memberTypes="int float str"/>
/PHP-8.1/ext/soap/
H A Dphp_schema.c494 xmlAttrPtr memberTypes; in schema_union() local
496 memberTypes = get_attribute(unionType->properties, "memberTypes"); in schema_union()
497 if (memberTypes != NULL) { in schema_union()
502 str = estrdup((char*)memberTypes->children->content); in schema_union()

Completed in 24 milliseconds