Home
last modified time | relevance | path

Searched refs:type (Results 101 – 125 of 1715) sorted by relevance

12345678910>>...69

/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_005w.phpt34type="xsd:int">2</whichFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">ar…
36 …ng><detail><ns2:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMe…
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-5.3/ext/soap/tests/soap12/
H A DT41.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 …turn xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">hello world</varString><varInt xsi…
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-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c104 ZEND_ARG_INFO(0, type)
529 switch (type) { in PHP_to_XMLRPC_worker()
640 switch(type) { in XMLRPC_to_PHP()
1031 int type; in PHP_FUNCTION() local
1064 int type; in PHP_FUNCTION() local
1099 int rawxml_len, type; in PHP_FUNCTION() local
1203 int type; in PHP_FUNCTION() local
1358 zval* type; in set_zval_xmlrpc_type() local
1422 type = xmlrpc_int; in get_zval_xmlrpc_type()
1465 return type; in get_zval_xmlrpc_type()
[all …]
/PHP-5.3/ext/gd/libgd/
H A Dxbm.c37 char *type; in gdImageCreateFromXbm() local
57 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
58 type = iname; in gdImageCreateFromXbm()
60 type++; in gdImageCreateFromXbm()
63 if (!strcmp("width", type)) { in gdImageCreateFromXbm()
66 if (!strcmp("height", type)) { in gdImageCreateFromXbm()
84 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
85 type = iname; in gdImageCreateFromXbm()
87 type++; in gdImageCreateFromXbm()
89 if (!strcmp("bits[]", type)) { in gdImageCreateFromXbm()
/PHP-5.3/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";
117 -- Iteration 1 : key type is int --
141 -- Iteration 2 : key type is float --
161 -- Iteration 3 : key type is extreme floats --
177 -- Iteration 4 : key type is null uppercase --
189 -- Iteration 5 : key type is null lowercase --
201 -- Iteration 6 : key type is bool lowercase --
257 -- Iteration 10 : key type is string --
277 -- Iteration 11 : key type is undefined --
[all …]
/PHP-5.3/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";
39 - Arg 1 wrong type
42 - Arg 2 wrong type
47 - Arg 3 wrong type
/PHP-5.3/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
613 resource(5) of type (stream)
618 resource(6) of type (stream)
719 resource(5) of type (stream)
726 resource(6) of type (stream)
827 resource(5) of type (stream)
[all …]
/PHP-5.3/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-5.3/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-5.3/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-5.3/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-5.3/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-5.3/sapi/cgi/tests/
H A D011.phpt68 Content-type: text/html
73 Content-type: text/html
79 Content-type: text/html
88 Content-type: text/html
99 Content-type: text/html
109 Content-type: text/html
121 Content-type: text/html
131 Content-type: text/html
139 Content-type: text/html
147 Content-type: text/html
[all …]
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_fields.phpt39 resource(%d) of type (sybase-ct result)
46 'type' => 'int',
53 'type' => 'string',
60 'type' => 'string',
67 'type' => 'datetime',
75 'type' => 'string',
/PHP-5.3/ext/mysql/tests/
H A Dbug48754.phpt72 resource(%d) of type (mysql link)
73 resource(%d) of type (Unknown)
79 resource(%d) of type (mysql link)
80 resource(%d) of type (mysql link)
81 resource(%d) of type (Unknown)
84 resource(%d) of type (mysql link persistent)
85 resource(%d) of type (Unknown)
90 resource(%d) of type (mysql link persistent)
91 resource(%d) of type (mysql link persistent)
92 resource(%d) of type (Unknown)
/PHP-5.3/Zend/
H A Dzend_execute.c51 #define get_zval_ptr(node, Ts, should_free, type) _get_zval_ptr(node, Ts, should_free, type TSRMLS_… argument
203 ptr->type = IS_STRING; in _get_zval_ptr_var_string_offset()
224 switch (type) { in _get_zval_cv_lookup()
774 switch (opline->op2.u.EA.type) { in zend_get_target_symbol_table()
804 switch (dim->type) { in zend_fetch_dimension_address_inner()
817 switch (type) { in zend_fetch_dimension_address_inner()
849 switch (type) { in zend_fetch_dimension_address_inner()
873 return (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
940 if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1022 if (type == BP_VAR_UNSET) { in zend_fetch_dimension_address()
[all …]
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c415 request->request_type = type; in XMLRPC_RequestSetRequestType()
862 v->type = xmlrpc_empty; in XMLRPC_CreateValueEmpty()
980 value->type = xmlrpc_int; in XMLRPC_SetValueInt()
1044 value->v->type = type; in XMLRPC_SetIsVector()
1054 value->v->type = type; in XMLRPC_SetIsVector()
1154 switch(source->type) { in XMLRPC_AddValueToVector()
1483 switch(value->type) { in XMLRPC_CleanupValue()
1626 switch (xSource->type) { in XMLRPC_DupValueNew()
2271 switch (value->type) { in XMLRPC_GetValueTypeEasy()
2273 switch (value->v->type) { in XMLRPC_GetValueTypeEasy()
[all …]

Completed in 52 milliseconds

12345678910>>...69