/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug37083.phpt | 19 …type="ns3:SearchResponseItem" xmlns:ns3="urn:java:de.pangaea.metadataportal.search.SearchService" … 29 …type="ns13:Map" xmlns:ns13="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 30 …type="ns14:Map" xmlns:ns14="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 31 …type="ns15:Map" xmlns:ns15="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 32 …type="ns16:Map" xmlns:ns16="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 33 …type="ns17:Map" xmlns:ns17="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 34 …type="ns18:Map" xmlns:ns18="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 35 …type="ns19:Map" xmlns:ns19="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 36 …type="ns20:Map" xmlns:ns20="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 37 …type="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 D | fgetc_basic.phpt | 72 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 D | bug38474.phpt | 14 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 D | gettype_settype_variation5.phpt | 15 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 D | fpm_cleanup.c | 13 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 D | skipif_imagetype.inc | 2 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 D | server030.phpt | 52 …type="ns1:ItemArray"><item xsi:type="ns1:Item"><text xsi:type="xsd:string">text0</text></item><ite…
|
H A D | server031.phpt | 68 …type="ns1:ItemArray"><item xsi:type="ns1:Item"><text xsi:type="xsd:string">text0</text></item><ite…
|
H A D | bug48557.phpt | 22 <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 D | schema064.phpt | 15 <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( 42 …type="ns1:testType"><dateTime xsi:type="xsd:dateTime">1976-04-05T01:02:03Z</dateTime><time xsi:typ…
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | apptype.c | 48 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 D | r4_groupH_complex_rpcenc_009w.phpt | 42 …type="xsd:int">3</whichFault><param1 xsi:type="ns2:BaseStruct"><floatMessage xsi:type="xsd:float">… 44 …type="ns1:MoreExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMessag…
|
H A D | r4_groupH_complex_rpcenc_008w.phpt | 42 …type="xsd:int">2</whichFault><param1 xsi:type="ns2:BaseStruct"><floatMessage xsi:type="xsd:float">… 44 …type="ns1:ExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMessage xs…
|
H A D | r4_groupH_complex_rpcenc_007w.phpt | 42 …type="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 D | T42.phpt | 21 <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> 40 …type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">hell…
|
H A D | T45.phpt | 15 <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> 34 …type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">hello world</varString><varInt xsi:ty…
|
H A D | T46.phpt | 15 <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> 35 …type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">hello world</varString><varInt xsi:typ…
|
/PHP-5.5/Zend/tests/ |
H A D | settype_resource.phpt | 40 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 D | r2_base_015w.phpt | 29 …type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<… 31 …type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
|
H A D | r2_base_015p.phpt | 28 …type="SOAP-ENC:Array"><item xsi:type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varSt… 30 …type="ns2:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
|
/PHP-5.5/ext/gmp/tests/ |
H A D | 007.phpt | 55 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 D | r2_groupB_004w.phpt | 29 …type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:… 31 …type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="xsd:…
|
/PHP-5.5/ext/soap/tests/interop/Round3/GroupE/ |
H A D | r3_groupE_list_003w.phpt | 26 …type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varStr… 28 …type="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 D | bug61548.phpt | 2 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 D | r3_groupD_import3_002w.phpt | 28 …type="ns3:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<… 30 …type="ns3:ArrayOfSOAPStruct"><item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg<…
|