Home
last modified time | relevance | path

Searched refs:type (Results 226 – 250 of 2182) sorted by relevance

12345678910>>...88

/PHP-7.2/ext/soap/tests/schema/
H A Dschema026.phpt13 <element name="x_item" type="int" maxOccurs="unbounded"/>
19 test_schema($schema,'type="tns:testType"',array(123,123.5));
24 …am SOAP-ENC:arrayType="xsd:int[2]" xsi:type="ns1:testType"><x_item xsi:type="xsd:int">123</x_item>…
H A Dschema029.phpt13 <element name="x_item" type="int" maxOccurs="unbounded"/>
20 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)));
25 … SOAP-ENC:arrayType="xsd:int[2,1]" xsi:type="ns1:testType"><x_item xsi:type="xsd:int">123</x_item>…
H A Dschema084.phpt13 <element name="x_item" type="int" maxOccurs="unbounded"/>
19 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
24 …m SOAP-ENC:arrayType="xsd:int[2]" xsi:type="SOAP-ENC:Array"><x_item xsi:type="xsd:int">123</x_item…
H A Dschema079.phpt11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
18 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
H A Dschema080.phpt11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
18 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
/PHP-7.2/ext/spl/tests/
H A Dbug42364.phpt11 $type = gettype($e->getRealPath());
12 if ($type != "string" && $type != "unicode") {
/PHP-7.2/ext/session/tests/
H A Dsession_basic5.phpt125 <input type="text" name="test2" />
129 <input type="text" name="test2" />
133 <input type="text" name="test2" />
137 <input type="text" name="test2" />
141 <input type="text" name="test2" />
145 <input type="text" name="test2" />
149 <input type="text" name="test2" />
206 <input type="text" name="test2" />
210 <input type="text" name="test2" />
214 <input type="text" name="test2" />
[all …]
/PHP-7.2/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt87 resource(%d) of type (stream)
93 resource(%d) of type (stream)
99 resource(%d) of type (stream)
105 resource(%d) of type (stream)
111 resource(%d) of type (stream)
117 resource(%d) of type (stream)
123 resource(%d) of type (stream)
129 resource(%d) of type (stream)
135 resource(%d) of type (stream)
141 resource(%d) of type (stream)
H A Dopendir_variation4-win32-mb.phpt90 resource(%d) of type (stream)
94 resource(%d) of type (stream)
97 resource(%d) of type (stream)
101 resource(%d) of type (stream)
104 resource(%d) of type (stream)
108 resource(%d) of type (stream)
112 resource(%d) of type (stream)
H A Dopendir_variation4.phpt84 resource(%d) of type (stream)
88 resource(%d) of type (stream)
91 resource(%d) of type (stream)
95 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
106 resource(%d) of type (stream)
/PHP-7.2/ext/phar/tests/zip/
H A Dfrontcontroller13.phar.phpt2 Phar front controller mime type not string/int zip-based
15 Content-type: text/html; charset=UTF-8
17 …aught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar:…
/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt17 echo "\nWrong type of argument (bool):\n";
23 echo "\nWrong type of argument (int):\n";
29 echo "\nWrong type of argument (bool, string):\n";
35 echo "\nWrong type of argument (string, bool):\n";
67 Wrong type of argument (bool):
72 Wrong type of argument (int):
77 Wrong type of argument (bool, string):
82 Wrong type of argument (string, bool):
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug36575.phpt2 Bug #36575 (Incorrect complex type instantiation with hierarchies)
49 …ncoding/"><SOAP-ENV:Body><ns1:test><a1 xsi:type="ns2:A2"><var1 xsi:type="xsd:string">one</var1><va…
51 …tResponse><result xsi:type="ns2:A3"><var1 xsi:type="xsd:string">one</var1><var2 xsi:type="xsd:stri…
H A Dbug37013.phpt58type="SOAP-ENC:Struct"><parent id="ref2" xsi:type="SOAP-ENC:Struct"><parent xsi:nil="true"/><id xs…
H A Dbug38536.phpt22 <xsd:Result xsi:type="ns1:ClientType">
23 <id xsi:type="xsd:int">2</id>
27 <xsd:address id="i2" xsi:type="ns1:ClientAddressType" SOAP-ENC:root="0">
28 <idClient xsi:type="xsd:long">2</idClient>
31 <address xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">Test</address>
/PHP-7.2/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_001s.phpt23 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
25 …nse><outputString xsi:type="xsd:string">arg</outputString><outputInteger xsi:type="xsd:int">34</ou…
/PHP-7.2/ext/ftp/
H A Dftp.h51 ftptype_t type; /* transfer type */ member
70 ftptype_t type; /* current transfer type */ member
186 …php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepo…
191 … const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long startpos…
196 …pend(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type);
216 …php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepo…
221 … const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long startpos…
/PHP-7.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_004w.phpt19type="xsd:int">1</whichFault><param1 xsi:type="xsd:string">Hello world</param1><param2 SOAP-ENC:ar…
21 …'echoMultipleFaults1'.</faultstring><detail><ns2:part1 xsi:nil="true" xsi:type="ns1:EmptyFault"/><…
H A Dr4_groupH_simple_rpcenc_007w.phpt19type="xsd:int">4</whichFault><param1 xsi:type="xsd:string">Hello world</param1><param2 SOAP-ENC:ar…
21 …'echoMultipleFaults1'.</faultstring><detail><ns2:part1 xsi:nil="true" xsi:type="ns1:EmptyFault"/><…
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt72 resource(%d) of type (stream)
74 resource(%d) of type (stream)
79 resource(%d) of type (stream)
81 resource(%d) of type (stream)
86 resource(%d) of type (stream)
88 resource(%d) of type (stream)
/PHP-7.2/ext/xml/tests/
H A Dxml011.phpt40 [type] => open
48 [type] => complete
56 [type] => cdata
63 [type] => close
/PHP-7.2/Zend/tests/
H A Ddebug_backtrace_options.phpt109 [type] => ->
124 [type] => ::
173 [type] => ->
188 [type] => ::
233 [type] => ->
248 [type] => ::
297 [type] => ->
312 [type] => ::
345 [type] => ->
354 [type] => ::
[all …]
/PHP-7.2/ext/sysvmsg/tests/
H A D001.phpt11 $type = null;
12 if (msg_receive($q, 0, $type, 1024, $message)) {
13 echo "TYPE: $type\n";
/PHP-7.2/ext/exif/
H A Dtest.txt63 $type= false;
70 switch( $type) {
79 $type = $type[2];
81 $type = false;
83 } else $type = false;
85 if ( $type!==false)
87 $possible[] = array('file'=>$root.$path.'/'.$found, 'type'=>$type);
158 <style type="text/css">
261 $type = $file['type'];
285 if ($type!=IMAGETYPE_JPEG) {// && $type!=IMAGETYPE_TIFF_II && $type!=IMAGETYPE_TIFF_MM) {
[all …]
/PHP-7.2/ext/soap/tests/
H A Dclassmap.wsdl6 <xsd:element name="a" type="xsd:string"/>
7 <xsd:element name="b" type="xsd:string"/>
13 <part name="dotestReturn" type="tns:book"/>
16 <part name="res" type="xsi:string"/>
19 <part name="dotest2" type="xsi:string"/>
22 <part name="res" type="tns:book"/>
34 <binding name="testBinding" type="tns:testPortType">

Completed in 48 milliseconds

12345678910>>...88