Home
last modified time | relevance | path

Searched refs:type (Results 126 – 150 of 2079) sorted by relevance

12345678910>>...84

/PHP-7.4/ext/ldap/tests/
H A Dldap_connect_variation.phpt34 resource(%d) of type (ldap link)
35 resource(%d) of type (ldap link)
36 resource(%d) of type (ldap link)
37 resource(%d) of type (ldap link)
38 resource(%d) of type (ldap link)
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_001w.phpt27type="ns2:SOAPStructFault"><soapStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">…
29type="ns1:SOAPStructFault"><soapStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">…
H A Dr4_groupH_simple_rpcenc_006w.phpt19type="xsd:int">3</whichFault><param1 xsi:type="xsd:string">Hello world</param1><param2 SOAP-ENC:ar…
21 …"xsd:float[3]" xsi:type="ns1:ArrayOfFloat"><item xsi:type="xsd:float">12.345</item><item xsi:type=…
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c38 char *type; in gdImageCreateFromXbm() local
58 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
59 type = iname; in gdImageCreateFromXbm()
61 type++; in gdImageCreateFromXbm()
64 if (!strcmp("width", type)) { in gdImageCreateFromXbm()
67 if (!strcmp("height", type)) { in gdImageCreateFromXbm()
85 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
86 type = iname; in gdImageCreateFromXbm()
88 type++; in gdImageCreateFromXbm()
90 if (!strcmp("bits[]", type)) { in gdImageCreateFromXbm()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c69 const char* type = NULL; in xml_element_to_DANDARPC_REQUEST_worker() local
77 type = attr_iter->val; in xml_element_to_DANDARPC_REQUEST_worker()
87 if(!type || !strcmp(type, ATTR_STRING)) { in xml_element_to_DANDARPC_REQUEST_worker()
90 else if(!strcmp(type, ATTR_INT)) { in xml_element_to_DANDARPC_REQUEST_worker()
93 else if(!strcmp(type, ATTR_BOOLEAN)) { in xml_element_to_DANDARPC_REQUEST_worker()
96 else if(!strcmp(type, ATTR_DOUBLE)) { in xml_element_to_DANDARPC_REQUEST_worker()
102 else if(!strcmp(type, ATTR_BASE64)) { in xml_element_to_DANDARPC_REQUEST_worker()
112 if(!type || !strcmp(type, ATTR_MIXED)) { in xml_element_to_DANDARPC_REQUEST_worker()
115 else if(!strcmp(type, ATTR_ARRAY)) { in xml_element_to_DANDARPC_REQUEST_worker()
118 else if(!strcmp(type, ATTR_STRUCT)) { in xml_element_to_DANDARPC_REQUEST_worker()
[all …]
/PHP-7.4/ext/soap/tests/schema/
H A Dschema030.phpt11 <element name="int" type="int"/>
12 <element name="str" type="string"/>
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
21 …/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><s…
H A Dschema031.phpt11 <element name="int" type="int"/>
12 <element name="str" type="string"/>
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
21 …/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><s…
H A Dschema053.phpt2 SOAP XML Schema 52: Array in complex type (maxOccurs > 1, empty array)
11 <element name="int" type="int"/>
12 <element name="int2" type="int" minOccurs="0" maxOccurs="unbounded"/>
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array()));
21 …org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd…
H A Dschema047.phpt2 SOAP XML Schema 47: Extension of complex type (2)
11 <element name="int" type="int"/>
17 <attribute name="int2" type="int"/>
22 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
27 …ap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType" int2="123"><int xsi:type
H A Dschema041.phpt14 <element name="int" type="int"/>
15 <element name="str" type="string"/>
19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
24 …/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><s…
H A Dschema054.phpt11 test_schema($schema,'type="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap"',array('a'=>12…
16type="ns2:Map"><item><key xsi:type="xsd:string">a</key><value xsi:type="xsd:int">123</value></item…
/PHP-7.4/ext/oci8/tests/
H A Dconnect_with_charset_001.phpt25 resource(%d) of type (oci8 connection)
26 resource(%d) of type (oci8 connection)
29 resource(%d) of type (oci8 connection)
32 resource(%d) of type (oci8 connection)
34 resource(%d) of type (oci8 connection)
35 resource(%d) of type (oci8 connection)
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug73237.phpt12type="QueryResult"><done>true</done><queryLocator xsi:nil="true"/><records xsi:type="sf:genericObj…
33 ["type"]=>
48 ["type"]=>
/PHP-7.4/ext/standard/tests/array/
H A Darray_slice_variation7.phpt102 foreach($inputs as $type => $input) {
103 echo "\n-- Iteration $iterator : key type is $type --\n";
116 -- Iteration 1 : key type is int --
140 -- Iteration 2 : key type is float --
160 -- Iteration 3 : key type is extreme floats --
176 -- Iteration 4 : key type is null uppercase --
188 -- Iteration 5 : key type is null lowercase --
200 -- Iteration 6 : key type is bool lowercase --
256 -- Iteration 10 : key type is string --
276 -- Iteration 11 : key type is undefined --
[all …]
/PHP-7.4/Zend/
H A Dzend_list.c43 ZVAL_NEW_RES(&zv, index, ptr, type); in zend_list_insert()
70 res->type = -1; in zend_resource_dtor()
73 ld = zend_hash_index_find_ptr(&list_destructors, r.type); in zend_resource_dtor()
79 zend_error(E_WARNING, "Unknown list entry type (%d)", r.type); in zend_resource_dtor()
88 } else if (res->type >= 0) { in zend_list_close()
106 if (resource_type1 == res->type) { in zend_fetch_resource2()
110 if (resource_type2 == res->type) { in zend_fetch_resource2()
126 if (resource_type == res->type) { in zend_fetch_resource()
186 if (res->type >= 0) { in list_entry_destructor()
196 if (res->type >= 0) { in plist_entry_destructor()
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt11 Description: Set the type of variable var to type
91 foreach ($types as $type) {
92 echo "\n-- Setting type of data to $type --\n";
96 // set to new type
102 // check the new type
130 -- Setting type of data to null --
247 -- Setting type of data to int --
613 resource(%d) of type (stream)
618 resource(%d) of type (stream)
719 resource(%d) of type (stream)
[all …]
/PHP-7.4/ext/tidy/tests/
H A D010.phpt26 ["type"]=>
50 ["type"]=>
73 ["type"]=>
119 ["type"]=>
150 ["type"]=>
181 ["type"]=>
204 ["type"]=>
225 ["type"]=>
250 ["type"]=>
280 ["type"]=>
[all …]
/PHP-7.4/ext/soap/tests/soap12/
H A DT43.phpt15 <inputStruct xsi:type="ns1:SOAPStruct"
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>
29 …<outputString xsi:type="xsd:string">hello world</outputString><outputInteger xsi:type="xsd:int">42…
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_null.phpt2 Scalar type nullability
17 foreach ($functions as $type => $function) {
18 echo "Testing $type:", PHP_EOL;
30 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li…
32 *** Caught Argument 1 passed to {closure}() must be of the type float, null given, called in %s on …
34 *** Caught Argument 1 passed to {closure}() must be of the type string, null given, called in %s on…
36 *** Caught Argument 1 passed to {closure}() must be of the type bool, null given, called in %s on l…
/PHP-7.4/sapi/cgi/tests/
H A D011.phpt68 Content-type: text/html; charset=UTF-8
73 Content-type: text/html; charset=UTF-8
79 Content-type: text/html; charset=UTF-8
88 Content-type: text/html; charset=UTF-8
99 Content-type: text/html; charset=UTF-8
109 Content-type: text/html; charset=UTF-8
121 Content-type: text/html; charset=UTF-8
131 Content-type: text/html; charset=UTF-8
139 Content-type: text/html; charset=UTF-8
147 Content-type: text/html; charset=UTF-8
[all …]
/PHP-7.4/Zend/tests/return_types/
H A Dvoid_parameter.phpt2 void return type: not valid as a parameter type
8 Fatal error: void cannot be used as a parameter type in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dstream_supports_lock.phpt34 resource(%d) of type (stream)
36 resource(%d) of type (stream)
38 resource(%d) of type (stream)
40 resource(%d) of type (stream)
42 resource(%d) of type (stream-context)
/PHP-7.4/ext/standard/tests/filters/
H A Dbasic.phpt31 resource(%d) of type (stream filter)
34 resource(%d) of type (stream filter)
37 resource(%d) of type (stream filter)
40 resource(%d) of type (stream filter)
42 resource(%d) of type (stream filter)
/PHP-7.4/tests/output/
H A Dob_start_error_001.phpt22 echo "\n- Arg 1 wrong type\n";
25 echo "\n- Arg 2 wrong type\n";
28 echo "\n- Arg 3 wrong type\n";
38 - Arg 1 wrong type
45 - Arg 2 wrong type
50 - Arg 3 wrong type
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c146 *type = TIMELIB_TZINFO_PHP; in read_preamble()
230 if (!tz->type) { in read_64bit_types()
237 tz->type[i].offset = 0; in read_64bit_types()
390 tz->type[0].isdst, in timelib_dump_tzinfo()
391 tz->type[0].abbr_idx, in timelib_dump_tzinfo()
393 tz->type[0].isstdcnt, in timelib_dump_tzinfo()
394 tz->type[0].isgmtcnt in timelib_dump_tzinfo()
555 TIMELIB_TIME_FREE(tz->type); in timelib_tzinfo_dtor()
587 memcpy(tmp->type, tz->type, tz->bit64.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
609 return &(tz->type[0]); in fetch_timezone_offset()
[all …]

Completed in 34 milliseconds

12345678910>>...84