Home
last modified time | relevance | path

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

12345678910>>...88

/PHP-7.2/ext/standard/tests/strings/
H A Dbug53319.phpt6 $str = '<br /><br />USD<input type="text"/><br/>CDN<br><input type="text" />';
14 string(47) "USD<input type="text"/>CDN<input type="text" />"
/PHP-7.2/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.2/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.2/ext/date/lib/
H A Dparse_tz.c125 *type = TIMELIB_TZINFO_PHP; in read_preamble()
128 *type = TIMELIB_TZINFO_ZONEINFO; in read_preamble()
222 if (!tz->type) { in read_types()
229 tz->type[i].offset = 0; in read_types()
352 tz->type[0].isdst, in timelib_dump_tzinfo()
353 tz->type[0].abbr_idx, in timelib_dump_tzinfo()
355 tz->type[0].isstdcnt, in timelib_dump_tzinfo()
356 tz->type[0].isgmtcnt in timelib_dump_tzinfo()
517 TIMELIB_TIME_FREE(tz->type); in timelib_tzinfo_dtor()
543 memcpy(tmp->type, tz->type, tz->bit32.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
[all …]
/PHP-7.2/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.2/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.2/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 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 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 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.2/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.2/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.2/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…
H A DT44.phpt15 <inputInt xsi:type="xsd:int">42</inputInt>
16 <inputFloat xsi:type="xsd:float">0.005</inputFloat>
17 <inputString xsi:type="xsd:string">hello world</inputString>
26 …turn xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">hello world</varString><varInt xsi…
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c188 orgtype = sxe->iter.type; in sxe_get_element_by_name()
193 sxe->iter.type = orgtype; in sxe_get_element_by_name()
222 *type = SXE_ITER_NONE; in sxe_get_element_by_name()
340 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()
688 SXE_ITER type; in sxe_property_get_adr() local
702 type = SXE_ITER_NONE; in sxe_property_get_adr()
1360 …if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_AT… in SXE_METHOD()
1848 switch (type) { in cast_object()
1879 if (type == _IS_BOOL) { in sxe_object_cast_ex()
1925 if (type == IS_STRING in sxe_object_cast()
[all …]
/PHP-7.2/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationTestCase.php13 * @param string $type
16 public static function getInstance($optionalSections, $type = 'function') { argument
18 if($type == 'function') {
21 if($type =='method') {
/PHP-7.2/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.2/TSRM/
H A DTSRM.h175 #define TSRMG(id, type, element) (TSRMG_BULK(id, type)->element) argument
176 #define TSRMG_BULK(id, type) ((type) (*((void ***) tsrm_get_ls_cache()))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
178 #define TSRMG_STATIC(id, type, element) (TSRMG_BULK_STATIC(id, type)->element) argument
179 #define TSRMG_BULK_STATIC(id, type) ((type) (*((void ***) TSRMLS_CACHE))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
202 #define TSRMG_STATIC(id, type, element) argument
/PHP-7.2/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.2/ext/standard/tests/filters/
H A Dbasic.phpt32 resource(%d) of type (stream filter)
35 resource(%d) of type (stream filter)
38 resource(%d) of type (stream filter)
41 resource(%d) of type (stream filter)
43 resource(%d) of type (stream filter)
/PHP-7.2/ext/soap/tests/
H A Dbug68361.phpt22 <xsd:element name="id" type="xsd:int"/>
23 <xsd:element name="department" type="xsd:string"/>
24 <xsd:element name="name" type="xsd:string"/>
25 <xsd:element name="age" type="xsd:int"/>
31 <xsd:element name="name" type="xsd:string"/>
32 <xsd:element name="age" type="xsd:int"/>
35 <xsd:element name="User" nillable="true" type="ns:User"/>
39 <part name="name" type="xsd:name"/>
42 <part name="employeeReturn" type="ns:ArrayOfEmployeeReturn"/>
45 <part name="id" type="xsd:id"/>
[all …]
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c419 request->request_type = type; in XMLRPC_RequestSetRequestType()
866 v->type = xmlrpc_empty; in XMLRPC_CreateValueEmpty()
984 value->type = xmlrpc_int; in XMLRPC_SetValueInt()
1048 value->v->type = type; in XMLRPC_SetIsVector()
1058 value->v->type = type; in XMLRPC_SetIsVector()
1158 switch(source->type) { in XMLRPC_AddValueToVector()
1487 switch(value->type) { in XMLRPC_CleanupValue()
1630 switch (xSource->type) { in XMLRPC_DupValueNew()
2275 switch (value->type) { in XMLRPC_GetValueTypeEasy()
2277 switch (value->v->type) { in XMLRPC_GetValueTypeEasy()
[all …]
/PHP-7.2/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_011p.phpt16 …ype="xsd:int[3]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:in…
18 …ype="xsd:int[3]" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:in…

Completed in 90 milliseconds

12345678910>>...88