Home
last modified time | relevance | path

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

12345678910>>...70

/PHP-7.0/ext/soap/tests/
H A Dbug48557.phpt22 <testParam xsi:type="ns2:Map">
24 <key xsi:type="xsd:int">1</key>
25 <value xsi:type="xsd:int">123</value>
28 <key xsi:type="xsd:int">-1000</key>
29 <value xsi:type="xsd:string">123</value>
32 <key xsi:type="xsd:string">2</key>
33 <value xsi:type="xsd:float">123.5</value>
36 <key xsi:type="xsd:string">-2000</key>
37 <value xsi:type="xsd:float">123.5</value>
40 <key xsi:type="xsd:string">011</key>
[all …]
/PHP-7.0/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt28type="SOAP-ENC:Array"><item xsi:type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varSt…
30type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
/PHP-7.0/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt28type="ns3:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
30type="ns3:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
/PHP-7.0/Zend/tests/type_declarations/
H A Dscalar_basic.phpt2 Scalar type basics
47 foreach ($functions as $type => $function) {
48 echo PHP_EOL, "Testing '$type' type:", PHP_EOL;
63 Testing 'int' type:
114 *** Trying resource(%d) of type (stream)
117 Testing 'float' type:
168 *** Trying resource(%d) of type (stream)
171 Testing 'string' type:
221 *** Trying resource(%d) of type (stream)
224 Testing 'bool' type:
[all …]
H A Dscalar_return_basic.phpt2 Return scalar type basics
50 foreach ($functions as $type => $function) {
51 echo PHP_EOL, "Testing '$type' type:", PHP_EOL;
66 Testing 'int' type:
101 *** Trying resource(5) of type (stream)
104 Testing 'float' type:
139 *** Trying resource(5) of type (stream)
142 Testing 'string' type:
176 *** Trying resource(5) of type (stream)
179 Testing 'bool' type:
[all …]
H A Dscalar_return_basic_64bit.phpt2 Return scalar type basics
50 foreach ($functions as $type => $function) {
51 echo PHP_EOL, "Testing '$type' type:", PHP_EOL;
66 Testing 'int' type:
101 *** Trying resource(5) of type (stream)
104 Testing 'float' type:
139 *** Trying resource(5) of type (stream)
142 Testing 'string' type:
176 *** Trying resource(5) of type (stream)
179 Testing 'bool' type:
[all …]
/PHP-7.0/ext/soap/tests/soap12/
H A DT46.phpt15 <inputStruct xsi:type="ns1:SOAPArrayStruct"
17 <varInt xsi:type="xsd:int">42</varInt>
18 <varFloat xsi:type="xsd:float">0.005</varFloat>
19 <varString xsi:type="xsd:string">hello world</varString>
22 <item xsi:type="xsd:string">red</item>
23 <item xsi:type="xsd:string">blue</item>
24 <item xsi:type="xsd:string">green</item>
35type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">hello world</varString><varInt xsi:typ…
/PHP-7.0/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.phpt34 "Locale of type %s is %s\n",
46 Locale of type 1 is 'en_US'
47 Locale of type 0 is 'root'
48 Locale of type 100 is false
49 Locale of type -100 is false
50 Locale of type -9999999999999 is false
51 Locale of type 9999999999999 is false
52 Locale of type 1.2 is 'en_US'
/PHP-7.0/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…
H A Dr4_groupH_complex_rpcenc_007w.phpt42type="xsd:int">1</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-7.0/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-7.0/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">…
/PHP-7.0/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 …]
/PHP-7.0/ext/standard/
H A Dtype.c96 char *type; in PHP_FUNCTION() local
104 if (!strcasecmp(type, "integer")) { in PHP_FUNCTION()
106 } else if (!strcasecmp(type, "int")) { in PHP_FUNCTION()
108 } else if (!strcasecmp(type, "float")) { in PHP_FUNCTION()
112 } else if (!strcasecmp(type, "string")) { in PHP_FUNCTION()
114 } else if (!strcasecmp(type, "array")) { in PHP_FUNCTION()
118 } else if (!strcasecmp(type, "bool")) { in PHP_FUNCTION()
122 } else if (!strcasecmp(type, "null")) { in PHP_FUNCTION()
209 if (Z_TYPE_P(arg) == type) { in php_is_type()
210 if (type == IS_OBJECT) { in php_is_type()
[all …]
/PHP-7.0/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-7.0/sapi/phpdbg/
H A Dphpdbg_set.c52 if (!param || param->type == EMPTY_PARAM) { in PHPDBG_SET()
63 if (!param || param->type == EMPTY_PARAM) { in PHPDBG_SET()
65 } else switch (param->type) { in PHPDBG_SET()
85 } else switch (param->type) { in PHPDBG_SET()
99 switch (param->type) { in PHPDBG_SET()
128 } else switch (param->type) { in PHPDBG_SET()
185 } else switch (param->type) { in PHPDBG_SET()
206 } else switch (param->type) { in PHPDBG_SET()
235 } else switch (param->type) { in PHPDBG_SET()
254 } else switch (param->type) { in PHPDBG_SET()
[all …]
/PHP-7.0/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…
/PHP-7.0/ext/standard/tests/http/
H A Dbug61548.phpt2 Bug #61548 (content-type must appear at the end of headers)
35 do_test("First:1\nSecond:2\nContent-type: text/plain");
36 do_test("First:1\nSecond:2\nContent-type: text/plain\n");
38 do_test("First:1\nContent-type:text/plain\nSecond:2");
39 do_test("First:1\nContent-type:text/plain\nSecond:2\n");
50 Content-type: text/plain
64 Content-type: text/plain
78 Content-type: text/plain
92 Content-type:text/plain
105 Content-type:text/plain
[all …]
/PHP-7.0/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 …]

Completed in 77 milliseconds

12345678910>>...70