Home
last modified time | relevance | path

Searched refs:type (Results 201 – 225 of 1876) sorted by relevance

12345678910>>...76

/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_unbuffered_query.phpt44 resource(%d) of type (sybase-ct link)
45 resource(%d) of type (sybase-ct result)
49 resource(%d) of type (sybase-ct result)
50 resource(%d) of type (Unknown)
54 resource(%d) of type (sybase-ct result)
/PHP-5.5/ext/gmp/tests/
H A D006.phpt36 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
38 resource(%d) of type (GMP integer)
40 resource(%d) of type (GMP integer)
43 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-5.5/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.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-5.5/ext/mysql/tests/
H A Dbug48754.phpt74 resource(%d) of type (mysql link)
75 resource(%d) of type (Unknown)
83 resource(%d) of type (mysql link)
84 resource(%d) of type (mysql link)
85 resource(%d) of type (Unknown)
90 resource(%d) of type (mysql link persistent)
91 resource(%d) of type (Unknown)
98 resource(%d) of type (mysql link persistent)
99 resource(%d) of type (mysql link persistent)
100 resource(%d) of type (Unknown)
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h102 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
103 struct flock name = {start, len, -1, type, whence}
105 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
106 struct flock name = {type, whence, start, len}
108 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
109 struct flock name = {type, whence, start, len, 0}
113 struct flock name = {type, whence, 0, 0, 0, start, len }
116 struct flock name = {type, whence, start, len}
119 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
120 struct flock name = {start, len, -1, type, whence}
[all …]
/PHP-5.5/ext/standard/
H A Dpack.c549 char type = *(format++); in PHP_FUNCTION() local
588 switch ((int) type) { in PHP_FUNCTION()
683 switch ((int) type) { in PHP_FUNCTION()
809 if (type == 's') { in PHP_FUNCTION()
811 } else if (type == 'n') { in PHP_FUNCTION()
813 } else if (type == 'v') { in PHP_FUNCTION()
827 if (type == 'i') { in PHP_FUNCTION()
844 if (type == 'l' || type == 'L') { in PHP_FUNCTION()
846 } else if (type == 'N') { in PHP_FUNCTION()
849 } else if (type == 'V') { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/collator/
H A Dcollator_locale.c36 long type = 0; in PHP_FUNCTION() local
43 &object, Collator_ce_ptr, &type ) == FAILURE ) in PHP_FUNCTION()
65 co->ucoll, type, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
/PHP-5.5/ext/spl/tests/
H A Dbug42364.phpt11 $type = gettype($e->getRealPath());
12 if ($type != "string" && $type != "unicode") {
/PHP-5.5/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 …ption' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar:…
/PHP-5.5/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-5.5/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-5.5/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-5.5/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-5.5/Zend/
H A Dzend_list.h35 int type; member
55 unsigned char type; member
73 ZEND_API int zend_list_insert(void *ptr, int type TSRMLS_DC);
76 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC);
80 #define zend_list_find(id, type) _zend_list_find(id, type TSRMLS_CC) argument
/PHP-5.5/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-5.5/ext/soap/tests/schema/
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-5.5/ext/xml/tests/
H A Dxml011.phpt40 [type] => open
48 [type] => complete
56 [type] => cdata
63 [type] => close
/PHP-5.5/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-5.5/ext/sysvmsg/tests/
H A D001.phpt11 $type = null;
12 if (msg_receive($q, 0, $type, 1024, $message)) {
13 echo "TYPE: $type\n";
/PHP-5.5/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 52 milliseconds

12345678910>>...76