Home
last modified time | relevance | path

Searched refs:type (Results 251 – 275 of 1715) sorted by relevance

1...<<11121314151617181920>>...69

/PHP-5.3/ext/standard/tests/array/
H A Darray_values_variation.phpt12 echo "\n*** Testing array_values() with resource type ***\n";
39 *** Testing array_values() with resource type ***
42 resource(%d) of type (stream)
44 resource(%d) of type (stream)
/PHP-5.3/sapi/roxen/
H A Droxen.c190 if(!head || head->type != PIKE_T_STRING) in lookup_string_header()
202 if(!head || head->type != PIKE_T_INT) in lookup_integer_header()
229 if(Pike_sp[-1].type == PIKE_T_INT) in php_roxen_low_ub_write()
304 mappie.type = PIKE_T_MAPPING; in php_roxen_set_header()
312 hsval.type = PIKE_T_STRING; in php_roxen_set_header()
406 if(Pike_sp[-1].type == PIKE_T_STRING) { in php_roxen_low_read_post()
517 zvalue->type = IS_STRING; \
544 if(ind && ind->type == PIKE_T_STRING && in php_roxen_hash_environment()
545 val && val->type == PIKE_T_STRING) { in php_roxen_hash_environment()
551 zvalue->type = IS_STRING; in php_roxen_hash_environment()
[all …]
/PHP-5.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt15 Description: Set the type of variable var to type
19 settype() to null type.
22 get the current type of the variable
23 set the type of the variable to "null type"
25 get the new type of the variable
159 $type = "null";
162 echo "\n-- Setting type of data to $type --\n";
167 // get the current data type
171 var_dump( settype($var, $type) );
176 // check the new type after conversion
[all …]
/PHP-5.3/ext/soap/tests/soap12/
H A DT47.phpt19 <item xsi:type="xsd:float">5.5</item>
20 <item xsi:type="xsd:float">12999.9</item>
30 …Type="xsd:float" enc:arraySize="2" xsi:type="ns2:ArrayOffloat"><item xsi:type="xsd:float">5.5</ite…
H A DT48.phpt17 <item xsi:type="xsd:string">hello</item>
18 <item xsi:type="xsd:string">world</item>
28 …e="xsd:string" enc:arraySize="2" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">hello</i…
H A DT49.phpt17 <item xsi:type="xsd:string">hello</item>
18 <item xsi:type="xsd:string">world</item>
28 …e="xsd:string" enc:arraySize="2" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">hello</i…
H A DT50.phpt17 <item xsi:type="xsd:int">100</item>
18 <item xsi:type="xsd:int">200</item>
28 …itemType="xsd:int" enc:arraySize="2" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:int">100</item>…
/PHP-5.3/ext/soap/tests/
H A Dtypemap004.phpt23 …i="http://www.w3.org/2001/XMLSchema-instance"><a xsi:type="xsd:string">'.$book->a.'!</a><b xsi:typ…
43 …ttp://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:book"><a xsi:type="xsd:string">foo!</a><b …
H A Dtypemap006.phpt18 <dotest2 xsi:type=\"xsd:string\">???</dotest2>
25 …i="http://www.w3.org/2001/XMLSchema-instance"><a xsi:type="xsd:string">'.$book->a.'!</a><b xsi:typ…
58 …ttp://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:book"><a xsi:type="xsd:string">foo!</a><b …
H A Dtypemap013.phpt18 <dotest2 xsi:type=\"xsd:string\">???</dotest2>
25 …i="http://www.w3.org/2001/XMLSchema-instance"><a xsi:type="xsd:string">'.$book->a.'!</a><b xsi:typ…
57 …ttp://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:book"><a xsi:type="xsd:string">foo!</a><b …
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug40609.wsdl7 <xs:element name="symbol" nillable="true" type="xs:string" />
14 <xs:element name="return" nillable="true" type="xs:double" />
21 <xs:element name="symbol" nillable="true" type="xs:any" />
22 <xs:element name="price" nillable="true" type="xs:any" />
26type="axis2:StockQuoteServicePortType"><soap:binding transport="http://schemas.xmlsoap.org/soap/ht…
H A Dbug30799.phpt24 …V:Body><ns1:test><param0 xsi:type="SOAP-ENC:Struct"><a xsi:type="xsd:string">a</a><b xsi:type="xsd…
/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_002w.phpt26 …aseStructFault><param xsi:type="ns2:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMe…
28 …ng><detail><ns2:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMe…
/PHP-5.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_006s.phpt20 …AP-ENC:arrayType="xsd:string[2]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</it…
22 …AP-ENC:arrayType="xsd:string[2]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</it…
/PHP-5.3/ext/dom/
H A Dnode.c213 switch (nodep->type) { in dom_node_node_name_read()
301 switch (nodep->type) { in dom_node_node_value_read()
345 switch (nodep->type) { in dom_node_node_value_write()
664 if (nodep->type == XML_DOCUMENT_NODE || nodep->type == XML_HTML_DOCUMENT_NODE) { in dom_node_owner_document_read()
703 switch (nodep->type) { in dom_node_namespace_uri_read()
747 switch (nodep->type) { in dom_node_prefix_read()
787 switch (nodep->type) { in dom_node_prefix_write()
869 …if (nodep->type == XML_ELEMENT_NODE || nodep->type == XML_ATTRIBUTE_NODE || nodep->type == XML_NAM… in dom_node_local_name_read()
1059 if (child->type == XML_TEXT_NODE && (refp->type == XML_TEXT_NODE || in PHP_FUNCTION()
1611 switch (nodep->type) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt34 ["type"]=>
49 ["type"]=>
66 ["type"]=>
81 ["type"]=>
H A D11pg_meta_data.phpt23 ["type"]=>
38 ["type"]=>
53 ["type"]=>
/PHP-5.3/ext/soap/tests/schema/
H A Dschema027.phpt17 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)));
22 …ram SOAP-ENC:arrayType="xsd:int[2,1]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><…
H A Dschema040.phpt11 <element name="str" type="string"/>
20 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
25 …ncoding/"><SOAP-ENV:Body><ns1:test><testParam int="123" xsi:type="ns1:testType"><str xsi:type="xsd…
H A Dschema081.phpt17 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
22 …aram SOAP-ENC:arrayType="xsd:int[2]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:int">123</item>…
/PHP-5.3/sapi/cgi/tests/
H A D002.phpt32 Content-type: text/html%r; charset=.*|%r
37 Content-type: text/html%r; charset=.*|%r
42 Content-type: text/html%r; charset=.*|%r
47 Content-type: text/html%r; charset=.*|%r
/PHP-5.3/ext/intl/doc/
H A Dcollator_api.php231 * @param int $type You can choose between requested, valid
242 public function getLocale( $type ) {} argument
327 * @param int $type You can choose between valid and
337 function collator_get_locale( $coll, $type ) {} argument
/PHP-5.3/ext/soap/
H A Dphp_sdl.c63 enc = get_encoder_ex(sdl, (char*)type, xmlStrlen(type)); in get_encoder_from_prefix()
712 if (type != NULL) { in wsdl_message()
888 if (type == NULL) { in load_wsdl()
1185 #define WSDL_CACHE_GET(ret,type,buf) memcpy(&ret,*buf,sizeof(type)); *buf += sizeof(type); argument
1187 #define WSDL_CACHE_GET_1(ret,type,buf) ret = (type)(**buf); (*buf)++; argument
1828 if (type) { in sdl_serialize_type_ref()
1973 if (type->elements) { in sdl_serialize_type()
2010 if (type->model) { in sdl_serialize_type()
2415 *type = *tmp; in make_persistent_sdl_type_ref()
2728 *ptype = *type; in make_persistent_sdl_type()
[all …]
/PHP-5.3/ext/standard/
H A Ddl.h26 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC);
27 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string
15 Content-type: text/html
17 Fatal error: Uncaught exception 'PharException' with message 'Key of MIME type overrides array must…

Completed in 74 milliseconds

1...<<11121314151617181920>>...69