Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...108

/PHP-8.0/ext/phar/tests/tar/
H A Dfrontcontroller12.phar.phpt2 Phar front controller mime type unknown int tar-based
14 Content-type: text/html; charset=UTF-8
16 … error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a…
/PHP-8.0/ext/phar/tests/
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int
14 Content-type: text/html; charset=UTF-8
16 …aught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar:…
/PHP-8.0/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_002w.phpt19 …Struct><inputString xsi:type="xsd:string">arg</inputString><inputInteger xsi:type="xsd:int">34</in…
21 …><return xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
/PHP-8.0/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt73 resource(%d) of type (stream)
79 resource(%d) of type (stream)
85 resource(%d) of type (stream)
91 resource(%d) of type (stream)
97 resource(%d) of type (stream)
103 resource(%d) of type (stream)
109 resource(%d) of type (stream)
115 resource(%d) of type (stream)
121 resource(%d) of type (stream)
127 resource(%d) of type (stream)
/PHP-8.0/Zend/
H A Dzend_list.c43 ZVAL_NEW_RES(&zv, index, ptr, type); in zend_list_insert()
67 res->type = -1; in zend_resource_dtor()
70 ld = zend_hash_index_find_ptr(&list_destructors, r.type); in zend_resource_dtor()
83 } else if (res->type >= 0) { in zend_list_close()
100 if (resource_type1 == res->type) { in zend_fetch_resource2()
104 if (resource_type2 == res->type) { in zend_fetch_resource2()
120 if (resource_type == res->type) { in zend_fetch_resource()
180 if (res->type >= 0) { in list_entry_destructor()
190 if (res->type >= 0) { in plist_entry_destructor()
193 ld = zend_hash_index_find_ptr(&list_destructors, res->type); in plist_entry_destructor()
[all …]
H A Dzend_modules.h27 #define INIT_FUNC_ARGS int type, int module_number
28 #define INIT_FUNC_ARGS_PASSTHRU type, module_number
29 #define SHUTDOWN_FUNC_ARGS int type, int module_number
30 #define SHUTDOWN_FUNC_ARGS_PASSTHRU type, module_number
96 unsigned char type; member
120 unsigned char type; /* dependency type */ member
/PHP-8.0/ext/oci8/tests/
H A Dimp_res_field.phpt64 $type = oci_field_type($s, $i);
65 … is_null $is_null, precision $precision, scale $scale, size $size, typeraw $typeraw, type $type\n";
157 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
160 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
162 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
167 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
177 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
184 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
203 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
218 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
[all …]
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_015.phpt2 Test typed properties disallow incorrect type initial value (object)
10 Fatal error: Default value for property of type stdClass may not be null. Use the nullable type ?st…
H A Dtyped_properties_097.phpt75 Cannot decrement property Test::$foo of type int past its minimal value
77 Cannot decrement property Test::$foo of type int past its minimal value
79 Cannot increment property Test::$foo of type int past its maximal value
81 Cannot increment property Test::$foo of type int past its maximal value
83 Cannot decrement a reference held by property Test::$foo of type int past its minimal value
85 Cannot decrement a reference held by property Test::$foo of type int past its minimal value
87 Cannot increment a reference held by property Test::$foo of type int past its maximal value
89 Cannot increment a reference held by property Test::$foo of type int past its maximal value
/PHP-8.0/ext/opcache/jit/libudis86/
H A Dsyn-att.c54 switch(op->type) { in gen_operand()
177 if (u->operand[0].type == UD_OP_REG) { in ud_translate_att()
184 if (u->operand[0].type != UD_NONE) in ud_translate_att()
186 if (u->operand[1].type != UD_NONE) { in ud_translate_att()
209 if (u->operand[3].type != UD_NONE) { in ud_translate_att()
213 if (u->operand[2].type != UD_NONE) { in ud_translate_att()
217 if (u->operand[1].type != UD_NONE) { in ud_translate_att()
221 if (u->operand[0].type != UD_NONE) { in ud_translate_att()
/PHP-8.0/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_rpcenc_003w.phpt27 …<param0 xsi:type="ns2:SOAPStruct"><varFloat xsi:type="xsd:float">325.325</varFloat><varInt xsi:typ…
29 …<return xsi:type="ns2:SOAPStruct"><varFloat xsi:type="xsd:float">325.325</varFloat><varInt xsi:typ…
/PHP-8.0/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_001w.phpt26 …aram0 xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">ar…
28 …eturn xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">ar…
/PHP-8.0/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_008w.phpt19type="xsd:int">1</whichFault><param1 xsi:type="xsd:string">Hello World</param1><param2 xsi:type="x…
21 …in response to 'echoMultipleFaults2'.</faultstring><detail><ns1:part4 xsi:type="xsd:float">12.345<…
H A Dr4_groupH_simple_rpcenc_009w.phpt19type="xsd:int">2</whichFault><param1 xsi:type="xsd:string">Hello World</param1><param2 xsi:type="x…
21 …in response to 'echoMultipleFaults2'.</faultstring><detail><ns1:part2 xsi:type="xsd:string">Hello …
H A Dr4_groupH_simple_rpcenc_011w.phpt19type="xsd:int">4</whichFault><param1 xsi:type="xsd:string">Hello World</param1><param2 xsi:type="x…
21 …in response to 'echoMultipleFaults2'.</faultstring><detail><ns1:part4 xsi:type="xsd:float">12.345<…
/PHP-8.0/ext/soap/tests/
H A Dbug71996.phpt26 …="SOAP-ENC:Array[1]" xsi:type="SOAP-ENC:Array"><item SOAP-ENC:arrayType="xsd:string[1]" xsi:type="…
29 …0 xsi:type="ns2:Map"><item><key xsi:type="xsd:string">abc</key><value xsi:type="ns2:Map"><item><ke…
/PHP-8.0/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_014p.phpt26 …><param0 xsi:type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:ty…
28 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
/PHP-8.0/Zend/tests/return_types/
H A Drfc001.phpt2 RFC example: returned type does not match the type declaration
13 Fatal error: Uncaught TypeError: get_config(): Return value must be of type array, int returned in …
/PHP-8.0/ext/standard/tests/strings/
H A Dstrrpos_variation11.phpt125 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
126 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
128 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
129 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
131 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
132 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
134 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
135 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
137 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
138 TypeError: strrpos(): Argument #1 ($haystack) must be of type string, array given
[all …]
H A Dstripos_variation11.phpt124 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
125 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
127 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
128 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
130 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
131 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
133 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
134 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
136 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
137 TypeError: stripos(): Argument #1 ($haystack) must be of type string, array given
[all …]
/PHP-8.0/tests/lang/
H A DforeachLoop.003.phpt36 Warning: foreach() argument must be of type array|object, bool given in %s on line 4
38 Warning: foreach() argument must be of type array|object, null given in %s on line 9
40 Warning: foreach() argument must be of type array|object, int given in %s on line 14
42 Warning: foreach() argument must be of type array|object, float given in %s on line 19
44 Warning: foreach() argument must be of type array|object, string given in %s on line 24
/PHP-8.0/ext/soap/tests/schema/
H A Dschema037.phpt11 <element name="str" type="string"/>
13 <attribute name="int" type="int"/>
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
21 …ncoding/"><SOAP-ENV:Body><ns1:test><testParam int="123" xsi:type="ns1:testType"><str xsi:type="xsd…
/PHP-8.0/ext/gmp/tests/
H A Dgmp_strict_types.phpt51 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, float given
52 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, bool given
53 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, bool given
54 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, null given
55 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, array given
/PHP-8.0/ext/standard/tests/file/
H A Dfgets_variation3.phpt65 -- File content type : numeric --
76 -- File content type : text --
113 -- File content type : numeric --
124 -- File content type : text --
172 -- File content type : text --
220 -- File content type : text --
268 -- File content type : text --
316 -- File content type : text --
364 -- File content type : text --
412 -- File content type : text --
[all …]
/PHP-8.0/ext/odbc/tests/
H A Dodbc_columns_001.phpt28 resource(%d) of type (odbc result)
30 resource(%d) of type (odbc result)
33 resource(%d) of type (odbc result)
36 resource(%d) of type (odbc result)

Completed in 42 milliseconds

1...<<11121314151617181920>>...108