Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug40609.wsdl6 <xs:sequence>
7 <xs:element name="symbol" nillable="true" type="xs:string" />
8 </xs:sequence>
10 </xs:element>
13 <xs:sequence>
15 </xs:sequence>
17 </xs:element>
20 <xs:sequence>
21 <xs:element name="symbol" nillable="true" type="xs:any" />
22 <xs:element name="price" nillable="true" type="xs:any" />
[all …]
H A Dbug29795.wsdl1 …mlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2…
3 …<xs:schema targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="q…
4 <xs:complexType name="Price">
5 <xs:sequence>
6 <xs:element name="Amount" type="xs:integer" minOccurs="0"/>
7 <xs:element name="CurrencyCode" type="xs:string" minOccurs="0"/>
8 </xs:sequence>
9 </xs:complexType>
10 </xs:schema>
H A Dbug29061.wsdl4 xmlns:xs="http://www.w3.org/2001/XMLSchema"
10 <xs:schema/>
13 <part name="parameter" element="" type="xs:string"/>
16 <part name="String" element="" type="xs:string"/>
H A Dbug29839.wsdl1 …mlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2…
3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
11 </xs:schema>
H A Dbug34453.wsdl1 …mlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2…
3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
11 </xs:schema>
/PHP-5.5/ext/soap/tests/soap12/
H A DT27.phpt10 xmlns:xs="http://www.w3.org/2001/XMLSchema">
15 <test:array enc:itemType="xs:string" enc:arraySize="1">
/PHP-5.5/Zend/tests/
H A Dclosure_040.phpt8 private static $xs = 10;
18 return static function() { return ++static::$xs; };
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c2512 StrNode* xs = NSTR(x); in is_not_included() local
2516 c = *(xs->s); in is_not_included()
2521 if (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end)) in is_not_included()
2535 code = ONIGENC_MBC_TO_CODE(reg->enc, xs->s, in is_not_included()
2536 xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); in is_not_included()
2552 for (i = 0, p = ys->s, q = xs->s; i < len; i++, p++, q++) { in is_not_included()
/PHP-5.5/
H A Dacinclude.m42812 test -n "$auto_cflags" && CFLAGS="-O -xs -xstrconst -zlazyload"

Completed in 31 milliseconds