Home
last modified time | relevance | path

Searched refs:type (Results 26 – 50 of 1748) sorted by relevance

12345678910>>...70

/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_010w.phpt42type="xsd:int">4</whichFault><param1 xsi:type="ns2:BaseStruct"><floatMessage xsi:type="xsd:float">…
44 …ng><detail><ns2:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMe…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt7 * Source code: ext/standard/type.c
39 echo "\nNon-resource type cases\n";
50 echo "\nResource type..var_dump after file open returns\n";
52 echo "Resource type..after file open is_resource() returns";
60 echo "\nResource type..var_dump after file close returns\n";
75 Non-resource type cases
85 Resource type..var_dump after file open returns
86 resource(%d) of type (%s)
87 Resource type..after file open is_resource() returns TRUE
89 Resource type..var_dump after file close returns
[all …]
/PHP-5.5/ext/intl/tests/
H A Dcollator_get_locale.phpt35 "Locale of type %s is %s\n",
47 Locale of type 1 is 'en_US'
48 Locale of type 0 is 'en'
49 Locale of type 100 is false
50 Locale of type -100 is false
51 Locale of type -9999999999999 is false
52 Locale of type 9999999999999 is false
53 Locale of type 1.2 is 'en_US'
H A Dcollator_get_locale2.phpt33 "Locale of type %s is %s\n",
45 Locale of type 1 is 'en_US'
46 Locale of type 0 is 'root'
47 Locale of type 100 is false
48 Locale of type -100 is false
49 Locale of type -9999999999999 is false
50 Locale of type 9999999999999 is false
51 Locale of type 1.2 is 'en_US'
/PHP-5.5/ext/standard/tests/file/
H A Dfgets_variation5.phpt61 -- File content type : numeric --
67 -- File content type : text --
88 -- File content type : numeric --
94 -- File content type : text --
121 -- File content type : text --
148 -- File content type : text --
175 -- File content type : text --
202 -- File content type : text --
229 -- File content type : text --
256 -- File content type : text --
[all …]
H A D007_basic.phpt95 resource(%d) of type (stream)
99 resource(%d) of type (Unknown)
108 resource(%d) of type (stream)
112 resource(%d) of type (Unknown)
121 resource(%d) of type (stream)
125 resource(%d) of type (Unknown)
134 resource(%d) of type (stream)
147 resource(%d) of type (stream)
160 resource(%d) of type (stream)
173 resource(%d) of type (stream)
[all …]
H A Dfgets_variation6-win32.phpt68 -- File content type : numeric --
76 -- File content type : text --
102 -- File content type : numeric --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
[all …]
H A Dfgets_variation6.phpt68 -- File content type : numeric --
76 -- File content type : text --
102 -- File content type : numeric --
110 -- File content type : text --
144 -- File content type : text --
178 -- File content type : text --
212 -- File content type : text --
246 -- File content type : text --
280 -- File content type : text --
314 -- File content type : text --
[all …]
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003p.phpt19type="SOAP-ENC:Array"><item SOAP-ENC:arrayType="xsd:string[3]" xsi:type="SOAP-ENC:Array"><item xsi…
21type="ns2:ArrayOfString2D"><item xsi:type="xsd:string">row0col0</item><item xsi:type="xsd:string">…
H A Dr2_groupB_004p.phpt28type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:int">…
30type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:…
H A Dr2_groupB_005p.phpt23type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:int">…
25type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:i…
H A Dr2_groupB_005w.phpt24type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:i…
26type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:i…
H A Dr2_groupB_003w.phpt21type="ns2:ArrayOfString2D"><item xsi:type="xsd:string">row0col0</item><item xsi:type="xsd:string">…
23type="ns2:ArrayOfString2D"><item xsi:type="xsd:string">row0col0</item><item xsi:type="xsd:string">…
H A Dr2_groupB_004s.phpt28type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:…
30type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:…
H A Dr2_groupB_005s.phpt28type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:i…
30type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:i…
/PHP-5.5/ext/standard/
H A Dtype.c94 char *type; in PHP_FUNCTION() local
101 if (!strcasecmp(type, "integer")) { in PHP_FUNCTION()
103 } else if (!strcasecmp(type, "int")) { in PHP_FUNCTION()
105 } else if (!strcasecmp(type, "float")) { in PHP_FUNCTION()
109 } else if (!strcasecmp(type, "string")) { in PHP_FUNCTION()
111 } else if (!strcasecmp(type, "array")) { in PHP_FUNCTION()
115 } else if (!strcasecmp(type, "bool")) { in PHP_FUNCTION()
119 } else if (!strcasecmp(type, "null")) { in PHP_FUNCTION()
223 if (Z_TYPE_PP(arg) == type) { in php_is_type()
224 if (type == IS_OBJECT) { in php_is_type()
[all …]
H A Ddns_win32.c97 int type = DNS_TYPE_MX; in PHP_FUNCTION() local
143 int type; in php_parserr() local
146 type = pRec->wType; in php_parserr()
170 switch (type) { in php_parserr()
185 if (type == DNS_TYPE_CNAME) { in php_parserr()
191 if (type == DNS_TYPE_NS) { in php_parserr()
197 if (type == DNS_TYPE_PTR) { in php_parserr()
388 type = -1; in PHP_FUNCTION()
392 type = 0; in PHP_FUNCTION()
397 type++ in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39121.phpt16 <soapenc:Array soapenc:arrayType="xsd:string[2]" xsi:type="soapenc:Array">
17 <item xsi:type="xsd:string">StateCode</item>
18 <item xsi:type="xsd:string">description</item>
20 <soapenc:Array soapenc:arrayType="xsd:anyType[2]" xsi:type="soapenc:Array">
21 <item xsi:type="xsd:int">241</item>
22 <item xsi:type="xsd:string">Carabobo</item>
24 <soapenc:Array soapenc:arrayType="xsd:anyType[2]" xsi:type="soapenc:Array">
25 <item xsi:type="xsd:int">243</item>
26 <item xsi:type="xsd:string">Aragua and Carabobo</item>
29 <item xsi:type="xsd:int">261</item>
[all …]
/PHP-5.5/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_005w.phpt27type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
29type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
H A Dr3_groupE_list_006w.phpt27type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
29type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
H A Dr3_groupE_list_002w.phpt26type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
28type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation8.phpt78 resource(%d) of type (stream)
81 resource(%d) of type (stream)
84 resource(%d) of type (stream)
87 resource(%d) of type (stream)
90 resource(%d) of type (stream)
93 resource(%d) of type (stream)
96 resource(%d) of type (stream)
99 resource(%d) of type (stream)
102 resource(%d) of type (stream)
105 resource(%d) of type (stream)
[all …]
H A Dreaddir_variation4.phpt88 resource(%d) of type (stream)
92 resource(%d) of type (stream)
96 resource(%d) of type (stream)
100 resource(%d) of type (stream)
104 resource(%d) of type (stream)
108 resource(%d) of type (stream)
112 resource(%d) of type (stream)
116 resource(%d) of type (stream)
120 resource(%d) of type (stream)
124 resource(%d) of type (stream)
[all …]
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt41type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
43type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_variation_001.phpt83 Arg value: 0 (type: integer)
88 Arg value: 1 (type: integer)
153 Arg value: (type: NULL)
158 Arg value: (type: NULL)
163 Arg value: 1 (type: boolean)
168 Arg value: (type: boolean)
178 Arg value: (type: boolean)
183 Arg value: (type: string)
188 Arg value: (type: string)
203 Arg value: (type: NULL)
[all …]

Completed in 31 milliseconds

12345678910>>...70