Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...76

/PHP-5.5/Zend/
H A Dzend_stream.c104 return file_handle->type == ZEND_HANDLE_MAPPED; in zend_stream_is_mmap()
114 if (file_handle->type == ZEND_HANDLE_STREAM || file_handle->type == ZEND_HANDLE_MAPPED) { in zend_stream_fsize()
134 handle->type = ZEND_HANDLE_FP; in zend_stream_open()
186 if (file_handle->type == ZEND_HANDLE_FILENAME) {
192 switch (file_handle->type) {
194 file_handle->type = ZEND_HANDLE_FP;
227 old_type = file_handle->type;
290 file_handle->type = ZEND_HANDLE_MAPPED;
305 switch (fh->type) {
338 if (fh1->type != fh2->type) {
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt22 resource(%d) of type (sybase-ct link)
23 resource(%d) of type (sybase-ct link)
24 resource(%d) of type (sybase-ct link)
/PHP-5.5/ext/soap/tests/schema/
H A Dschema023.phpt17 test_schema($schema,'type="tns:testType"',array(123,123.5));
22 …Param SOAP-ENC:arrayType="xsd:int[2]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><…
H A Dschema069.phpt10 <attribute name="str" type="string"/>
13 <attribute name="int" type="int" default="5"/>
15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
20 …oap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" xsi:type="ns1:testType"/></n…
H A Dschema070.phpt10 <attribute name="str" type="string"/>
14 <attribute name="int" type="int" default="5"/>
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
22 …oap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" xsi:type="ns1:testType"/></n…
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.5/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)
H A Darray_values_variation_64bit.phpt12 echo "\n*** Testing array_values() with resource type ***\n";
38 *** Testing array_values() with resource type ***
41 resource(%d) of type (stream)
43 resource(%d) of type (stream)
/PHP-5.5/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.5/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.5/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.5/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.5/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…
/PHP-5.5/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.5/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.5/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.5/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.5/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt34 ["type"]=>
49 ["type"]=>
66 ["type"]=>
81 ["type"]=>

Completed in 44 milliseconds

1...<<11121314151617181920>>...76