Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/tests/
H A Dbug69845.phpt7 $data->itemType = 'bulletin';
8 var_dump(!is_null($data['itemType']));
/PHP-7.4/ext/soap/tests/schema/
H A Dschema058.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
H A Dschema060.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
H A Dschema025.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
H A Dschema028.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
H A Dschema083.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
H A Dschema009.phpt10 <list itemType="token"/>
H A Dschema010.phpt10 <list itemType="token"/>
H A Dschema018.phpt15 <list itemType="int"/>
H A Dschema019.phpt15 <list itemType="int"/>
H A Dschema017.phpt17 <list itemType="int"/>
H A Dschema020.phpt17 <list itemType="int"/>
/PHP-7.4/ext/soap/tests/soap12/
H A DT47.phpt17 <inputFloatArray enc:itemType="xsd:float" enc:arraySize="2"
30 …3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return enc:itemType="xsd:float" enc:a…
H A DT48.phpt15 <inputStringArray enc:itemType="xsd:string" enc:arraySize="2"
28 …3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return enc:itemType="xsd:string" enc:…
H A DT50.phpt15 <inputIntegerArray enc:itemType="xsd:int" enc:arraySize="2"
28 …3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return enc:itemType="xsd:int" enc:arr…
H A DT42.phpt17 <inputStructArray enc:itemType="ns1:SOAPStruct"
40 …3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return enc:itemType="ns2:SOAPStruct" …
H A DT46.phpt20 <varArray enc:itemType="xsd:string" enc:arraySize="3"
35 …42</varInt><varFloat xsi:type="xsd:float">0.005</varFloat><varArray enc:itemType="xsd:string" enc:…
H A DT27.phpt15 <test:array enc:itemType="xs:string" enc:arraySize="1">
H A DT58.phpt15 <inputIntegerArray enc:itemType="xsd:int" enc:arraySize="1"
H A DT59.phpt15 <inputStringArray enc:itemType="xsd:string"
H A DT61.phpt16 <inputStringArray enc:itemType="xsd:string" enc:arraySize="2 *">
H A DT60.phpt16 <inputStringArray enc:itemType="xsd:string" enc:arraySize="*">
H A DT49.phpt28 …3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return enc:itemType="xsd:string" enc:…
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug41566.phpt64 …3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return enc:itemType="enc:Struct" enc:…
/PHP-7.4/ext/soap/
H A Dphp_schema.c413 xmlAttrPtr itemType; in schema_list() local
415 itemType = get_attribute(listType->properties, "itemType"); in schema_list()
416 if (itemType != NULL) { in schema_list()
420 parse_namespace(itemType->children->content, &type, &ns); in schema_list()
451 if (itemType != NULL) { in schema_list()

Completed in 32 milliseconds