Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 1748) sorted by relevance

12345678910>>...70

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt19type="ns3:SearchResponseItem" xmlns:ns3="urn:java:de.pangaea.metadataportal.search.SearchService" …
29type="ns13:Map" xmlns:ns13="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
30type="ns14:Map" xmlns:ns14="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
31type="ns15:Map" xmlns:ns15="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
32type="ns16:Map" xmlns:ns16="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
33type="ns17:Map" xmlns:ns17="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
34type="ns18:Map" xmlns:ns18="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
35type="ns19:Map" xmlns:ns19="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
36type="ns20:Map" xmlns:ns20="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
37type="ns21:Map" xmlns:ns21="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.…
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_basic.phpt72 resource(%d) of type (stream)
76 resource(%d) of type (stream)
80 resource(%d) of type (stream)
84 resource(%d) of type (stream)
88 resource(%d) of type (stream)
92 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
106 resource(%d) of type (stream)
110 resource(%d) of type (stream)
[all …]
/PHP-5.5/ext/dom/tests/
H A Dbug38474.phpt14 pre:type="bar" type="foo" ><sub /></node>';
17 echo $dom->firstChild->getAttribute('type')."\n";
20 $dom->firstChild->setAttribute('pre:type', 'bar2');
21 $dom->firstChild->setAttribute('type', 'foo2');
22 $dom->firstChild->setAttribute('post:type', 'baz');
23 $dom->firstChild->setAttribute('new:type', 'baz2');
25 echo $dom->firstChild->getAttribute('type')."\n";
29 $dom->firstChild->removeAttribute('pre:type');
30 $dom->firstChild->removeAttribute('type');
32 echo $dom->firstChild->getAttribute('type')."\n";
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt15 Description: Set the type of variable var to type
19 settype() to resource type.
22 get the current type of the variable
23 set the type of the variable to resource type
25 get the new type of the variable
158 /* test conversion to resource type */
159 $type = "resource";
162 echo "\n-- Setting type of data to $type --\n";
167 // get the current data type
171 var_dump( settype($var, $type) );
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_cleanup.c13 int type; member
20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
30 c->type = type; in fpm_cleanup_add()
38 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run() argument
44 if (c->type & type) { in fpm_cleanups_run()
45 c->cleanup(type, c->arg); in fpm_cleanups_run()
/PHP-5.5/ext/standard/tests/image/
H A Dskipif_imagetype.inc2 if (!defined('IMAGETYPE_GIF')) die('skip images of type GIF not supported');
3 if (!defined('IMAGETYPE_JPEG')) die('skip images of type JPEG not supported');
4 if (!defined('IMAGETYPE_PNG')) die('skip images of type PNG not supported');
5 if (!defined('IMAGETYPE_SWF')) die('skip images of type SWF not supported');
6 if (!defined('IMAGETYPE_PSD')) die('skip images of type PSD not supported');
7 if (!defined('IMAGETYPE_BMP')) die('skip images of type BMP not supported');
8 if (!defined('IMAGETYPE_TIFF_II')) die('skip images of type TIFF not supported');
9 if (!defined('IMAGETYPE_TIFF_MM')) die('skip images of type TIFF not supported');
10 if (!defined('IMAGETYPE_JPC')) die('skip images of type JPC not supported');
11 //if (!defined('IMAGETYPE_JP2')) die('skip images of type JP2 not supported');
[all …]
/PHP-5.5/ext/soap/tests/
H A Dserver030.phpt52type="ns1:ItemArray"><item xsi:type="ns1:Item"><text xsi:type="xsd:string">text0</text></item><ite…
H A Dserver031.phpt68type="ns1:ItemArray"><item xsi:type="ns1:Item"><text xsi:type="xsd:string">text0</text></item><ite…
H A Dbug48557.phpt22 <testParam xsi:type="ns2:Map">
24 <key xsi:type="xsd:int">1</key>
25 <value xsi:type="xsd:int">123</value>
28 <key xsi:type="xsd:int">-1000</key>
29 <value xsi:type="xsd:string">123</value>
32 <key xsi:type="xsd:string">2</key>
33 <value xsi:type="xsd:float">123.5</value>
36 <key xsi:type="xsd:string">-2000</key>
37 <value xsi:type="xsd:float">123.5</value>
40 <key xsi:type="xsd:string">011</key>
[all …]
/PHP-5.5/ext/soap/tests/schema/
H A Dschema064.phpt15 <element name="dateTime" type="dateTime"/>
16 <element name="time" type="time"/>
17 <element name="date" type="date"/>
18 <element name="gYearMonth" type="gYearMonth"/>
19 <element name="gYear" type="gYear"/>
20 <element name="gMonthDay" type="gMonthDay"/>
21 <element name="gDay" type="gDay"/>
22 <element name="gMonth" type="gMonth"/>
28 test_schema($schema,'type="tns:testType"',array(
42type="ns1:testType"><dateTime xsi:type="xsd:dateTime">1976-04-05T01:02:03Z</dateTime><time xsi:typ…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c48 APPTYPE rc, type; in file_os2_apptype() local
80 rc = DosQueryAppType((unsigned char *)path, &type); in file_os2_apptype()
108 if (type & FAPPTYP_32BIT) in file_os2_apptype()
111 if (type & FAPPTYP_PHYSDRV) { in file_os2_apptype()
114 } else if (type & FAPPTYP_VIRTDRV) { in file_os2_apptype()
117 } else if (type & FAPPTYP_DLL) { in file_os2_apptype()
118 if (type & FAPPTYP_PROTDLL) in file_os2_apptype()
126 } else if (type & FAPPTYP_DOS) { in file_os2_apptype()
142 } else if (type & FAPPTYP_BOUND) { in file_os2_apptype()
145 } else if ((type & 7) == FAPPTYP_WINDOWAPI) { in file_os2_apptype()
[all …]
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_009w.phpt42type="xsd:int">3</whichFault><param1 xsi:type="ns2:BaseStruct"><floatMessage xsi:type="xsd:float">…
44type="ns1:MoreExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMessag…
H A Dr4_groupH_complex_rpcenc_008w.phpt42type="xsd:int">2</whichFault><param1 xsi:type="ns2:BaseStruct"><floatMessage xsi:type="xsd:float">…
44type="ns1:ExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMessage xs…
H A Dr4_groupH_complex_rpcenc_007w.phpt42type="xsd:int">1</whichFault><param1 xsi:type="ns2:BaseStruct"><floatMessage xsi:type="xsd:float">…
44 …ng><detail><ns2:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMe…
/PHP-5.5/ext/soap/tests/soap12/
H A DT42.phpt21 <item xsi:type="ns1:SOAPStruct">
22 <varInt xsi:type="xsd:int">42</varInt>
23 <varFloat xsi:type="xsd:float">0.005</varFloat>
24 <varString xsi:type="xsd:string">hello world</varString>
26 <item xsi:type="ns1:SOAPStruct">
27 <varInt xsi:type="xsd:int">43</varInt>
28 <varFloat xsi:type="xsd:float">0.123</varFloat>
29 <varString xsi:type="xsd:string">bye world</varString>
40type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">hell…
H A DT45.phpt15 <inputStruct xsi:type="ns1:SOAPStructStruct"
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>
20 <varStruct xsi:type="ns1:SOAPStruct">
21 <varInt xsi:type="xsd:int">99</varInt>
22 <varFloat xsi:type="xsd:float">5.5</varFloat>
23 <varString xsi:type="xsd:string">nested struct</varString>
34type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">hello world</varString><varInt xsi:ty…
H A DT46.phpt15 <inputStruct xsi:type="ns1:SOAPArrayStruct"
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>
22 <item xsi:type="xsd:string">red</item>
23 <item xsi:type="xsd:string">blue</item>
24 <item xsi:type="xsd:string">green</item>
35type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">hello world</varString><varInt xsi:typ…
/PHP-5.5/Zend/tests/
H A Dsettype_resource.phpt40 Warning: settype(): Cannot convert to resource type in %s on line %d
43 Warning: settype(): Cannot convert to resource type in %s on line %d
46 Warning: settype(): Cannot convert to resource type in %s on line %d
49 Warning: settype(): Cannot convert to resource type in %s on line %d
52 Warning: settype(): Cannot convert to resource type in %s on line %d
55 Warning: settype(): Cannot convert to resource type in %s on line %d
58 Warning: settype(): Cannot convert to resource type in %s on line %d
62 Warning: settype(): Cannot convert to resource type in %s on line %d
72 Warning: settype(): Cannot convert to resource type in %s on line %d
75 Warning: settype(): Cannot convert to resource type in %s on line %d
[all …]
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015w.phpt29type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
31type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
H A Dr2_base_015p.phpt28type="SOAP-ENC:Array"><item xsi:type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varSt…
30type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
/PHP-5.5/ext/gmp/tests/
H A D007.phpt55 resource(%d) of type (GMP integer)
57 resource(%d) of type (GMP integer)
66 resource(%d) of type (GMP integer)
68 resource(%d) of type (GMP integer)
81 resource(%d) of type (GMP integer)
83 resource(%d) of type (GMP integer)
89 resource(%d) of type (GMP integer)
91 resource(%d) of type (GMP integer)
97 resource(%d) of type (GMP integer)
99 resource(%d) of type (GMP integer)
[all …]
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_004w.phpt29type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:…
31type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:…
/PHP-5.5/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_003w.phpt26type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
28type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr…
/PHP-5.5/ext/standard/tests/http/
H A Dbug61548.phpt2 Bug #61548 (content-type must appear at the end of headers)
35 do_test("First:1\nSecond:2\nContent-type: text/plain");
36 do_test("First:1\nSecond:2\nContent-type: text/plain\n");
38 do_test("First:1\nContent-type:text/plain\nSecond:2");
39 do_test("First:1\nContent-type:text/plain\nSecond:2\n");
49 Content-type: text/plain
61 Content-type: text/plain
73 Content-type: text/plain
85 Content-type:text/plain
96 Content-type:text/plain
[all …]
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt28type="ns3:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
30type="ns3:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…

Completed in 121 milliseconds

12345678910>>...70