Home
last modified time | relevance | path

Searched refs:type (Results 151 – 175 of 2679) sorted by relevance

12345678910>>...108

/PHP-8.0/win32/
H A Dsockets.c27 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped) in socketpair_win32() argument
40 sock[0] = socket(domain, type, protocol); in socketpair_win32()
62 sock[1] = socket(domain, type, protocol); in socketpair_win32()
64 sock[1] = WSASocket(domain, type, protocol, NULL, 0, 0); in socketpair_win32()
94 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() argument
96 return socketpair_win32(domain, type, protocol, sock, 1); in socketpair()
/PHP-8.0/ext/spl/tests/
H A DArrayObject_illegal_offset.phpt35 Illegal offset type
36 Illegal offset type
37 Illegal offset type
38 Illegal offset type in isset or empty
39 Illegal offset type in unset
/PHP-8.0/ext/standard/tests/general_functions/
H A Dtype.phpt48 foreach ($types as $type) {
163 Error: Cannot convert to resource type
172 Error: Cannot convert to resource type
174 Error: Cannot convert to resource type
183 Error: Cannot convert to resource type
194 resource(%d) of type (Unknown)
196 resource(%d) of type (stream)
249 resource(%d) of type (Unknown)
254 resource(%d) of type (stream)
308 resource(%d) of type (Unknown)
[all …]
/PHP-8.0/ext/soap/
H A Dphp_schema.c437 if (type) {efree(type);} in schema_list()
533 if (type) {efree(type);} in schema_union()
650 if (type) {efree(type);} in schema_restriction_simpleContent()
755 if (type) {efree(type);} in schema_restriction_complexContent()
880 if (type) {efree(type);} in schema_extension_simpleContent()
935 if (type) {efree(type);} in schema_extension_complexContent()
1100 if (type) {efree(type);} in schema_group()
1532 if (type) {efree(type);} in schema_element()
1655 if (type) { in schema_element()
1803 if (type) { in schema_attribute()
[all …]
H A Dphp_encoding.c602 if (type && type->map && Z_TYPE(type->map->to_xml) != IS_UNDEF) { in to_xml_user()
630 if (type && type->map && Z_TYPE(type->map->to_zval) != IS_UNDEF) { in to_zval_user()
2547 if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
3168 if (type->encode && enc != &type->encode->details) { in sdl_guess_convert_zval()
3182 (type->encode->details.type == IS_ARRAY || in sdl_guess_convert_zval()
3183 type->encode->details.type == SOAP_ENC_ARRAY)) { in sdl_guess_convert_zval()
3232 if (type->encode && enc != &type->encode->details) { in sdl_guess_convert_xml()
3248 (type->encode->details.type == IS_ARRAY || in sdl_guess_convert_xml()
3249 type->encode->details.type == SOAP_ENC_ARRAY)) { in sdl_guess_convert_xml()
3314 set_ns_and_type_ex(node, type->ns, type->type_str); in set_ns_and_type()
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Dsizeof_object2.phpt106 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
107 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
108 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
110 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
111 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
112 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
114 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
115 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
116 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
118 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, child_test2 given
[all …]
H A Darray_slice_variation7.phpt97 foreach($inputs as $type => $input) {
98 echo "\n-- Iteration $iterator : key type is $type --\n";
111 -- Iteration 1 : key type is int --
135 -- Iteration 2 : key type is float --
155 -- Iteration 3 : key type is extreme floats --
171 -- Iteration 4 : key type is null uppercase --
183 -- Iteration 5 : key type is null lowercase --
195 -- Iteration 6 : key type is bool lowercase --
251 -- Iteration 10 : key type is string --
271 -- Iteration 11 : key type is undefined --
[all …]
/PHP-8.0/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_003w.phpt34type="ns2:ExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMessage xs…
36type="ns1:ExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMessage xs…
H A Dr4_groupH_simple_rpcenc_010w.phpt19type="xsd:int">3</whichFault><param1 xsi:type="xsd:string">Hello World</param1><param2 xsi:type="x…
21 …xsd:string[3]" xsi:type="ns1:ArrayOfString"><item xsi:type="xsd:string">one</item><item xsi:type="…
/PHP-8.0/ext/standard/tests/math/
H A Ddecoct_variation1.phpt109 decoct(): Argument #1 ($num) must be of type int, float given
112 decoct(): Argument #1 ($num) must be of type int, float given
121 decoct(): Argument #1 ($num) must be of type int, float given
148 decoct(): Argument #1 ($num) must be of type int, string given
151 decoct(): Argument #1 ($num) must be of type int, string given
154 decoct(): Argument #1 ($num) must be of type int, array given
157 decoct(): Argument #1 ($num) must be of type int, string given
160 decoct(): Argument #1 ($num) must be of type int, string given
163 decoct(): Argument #1 ($num) must be of type int, string given
166 decoct(): Argument #1 ($num) must be of type int, classA given
[all …]
H A Ddecbin_variation1.phpt109 decbin(): Argument #1 ($num) must be of type int, float given
112 decbin(): Argument #1 ($num) must be of type int, float given
121 decbin(): Argument #1 ($num) must be of type int, float given
148 decbin(): Argument #1 ($num) must be of type int, string given
151 decbin(): Argument #1 ($num) must be of type int, string given
154 decbin(): Argument #1 ($num) must be of type int, array given
157 decbin(): Argument #1 ($num) must be of type int, string given
160 decbin(): Argument #1 ($num) must be of type int, string given
163 decbin(): Argument #1 ($num) must be of type int, string given
166 decbin(): Argument #1 ($num) must be of type int, classA given
[all …]
H A Ddechex_variation1.phpt109 dechex(): Argument #1 ($num) must be of type int, float given
112 dechex(): Argument #1 ($num) must be of type int, float given
121 dechex(): Argument #1 ($num) must be of type int, float given
148 dechex(): Argument #1 ($num) must be of type int, string given
151 dechex(): Argument #1 ($num) must be of type int, string given
154 dechex(): Argument #1 ($num) must be of type int, array given
157 dechex(): Argument #1 ($num) must be of type int, string given
160 dechex(): Argument #1 ($num) must be of type int, string given
163 dechex(): Argument #1 ($num) must be of type int, string given
166 dechex(): Argument #1 ($num) must be of type int, classA given
[all …]
/PHP-8.0/ext/intl/tests/
H A Dformatter_format_and_parse_errors.phpt12 /* Unknown type constant */
58 numfmt_format(): Argument #3 ($type) must be a NumberFormatter::TYPE_* constant
59 NumberFormatter::format(): Argument #2 ($type) must be a NumberFormatter::TYPE_* constant
60 numfmt_parse(): Argument #3 ($type) must be a NumberFormatter::TYPE_* constant
61 NumberFormatter::parse(): Argument #2 ($type) must be a NumberFormatter::TYPE_* constant
62 numfmt_format(): Argument #3 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use numfmt_…
63 NumberFormatter::format(): Argument #2 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, u…
64 numfmt_parse(): Argument #3 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use numfmt_p…
65 NumberFormatter::parse(): Argument #2 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, us…
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1603 jump_names[type & 0xff], JUMP_POSTFIX(type)); in check_sljit_emit_jump()
1679 jump_names[type & 0xff], (type & SLJIT_I32_OP) ? "32" : ""); in check_sljit_emit_cmp()
1704 jump_names[type & 0xff], (type & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fcmp()
1723 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_FAST_CALL); in check_sljit_emit_ijump()
1743 CHECK_ARGUMENT(type == SLJIT_CALL || type == SLJIT_CALL_CDECL); in check_sljit_emit_icall()
1798 sljit_s32 type) in check_sljit_emit_op_flags() argument
1859 jump_names[type & 0xff], JUMP_POSTFIX(type)); in check_sljit_emit_cmov()
1875 …CHECK_ARGUMENT(!(type & SLJIT_I32_OP) || ((type & 0xff) != SLJIT_MOV && (type & 0xff) != SLJIT_MOV… in check_sljit_emit_mem()
1876 CHECK_ARGUMENT((type & SLJIT_MEM_PRE) || (type & SLJIT_MEM_POST)); in check_sljit_emit_mem()
1910 CHECK_ARGUMENT((type & SLJIT_MEM_PRE) || (type & SLJIT_MEM_POST)); in check_sljit_emit_fmem()
[all …]
/PHP-8.0/Zend/tests/numeric_strings/
H A Dstring_offset.phpt42 Cannot access offset of type string on string
44 Cannot access offset of type string on string
46 Cannot access offset of type string on string
48 Cannot access offset of type string on string
52 Cannot access offset of type string on string
56 Cannot access offset of type string on string
60 Cannot access offset of type string on string
64 Cannot access offset of type string on string
/PHP-8.0/ext/xml/tests/
H A Dbug50576.phpt67 [type] => open
81 [type] => open
90 [type] => complete
100 [type] => cdata
107 [type] => close
116 [type] => cdata
123 [type] => close
/PHP-8.0/ext/soap/tests/schema/
H A Dschema036.phpt11 <element name="int" type="int"/>
15 <element name="int" type="int"/>
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
27 …<ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><testType2 xsi:type=…
H A Dschema049.phpt2 SOAP XML Schema 49: Restriction of complex type (2)
11 <element name="int" type="int"/>
12 <element name="int2" type="int"/>
19 <element name="int2" type="int"/>
25 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
30 …rg/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int2 xsi:type="xsd…
H A Dschema085.phpt2 SOAP XML Schema 85: Extension of complex type (elements order)
11 <element name="int" type="int"/>
18 <element name="int2" type="int"/>
33 test_schema($schema,'type="tns:testType"',new B());
38 …g/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">1</int><in…
/PHP-8.0/tests/output/
H A Dob_013.phpt41 [type] => 1
53 [type] => 0
64 [type] => 1
75 [type] => 1
86 [type] => 1
97 [type] => 1
/PHP-8.0/sapi/cli/tests/
H A D022.phpt2 STDIN/OUT/ERR stream type
43 resource(%d) of type (stream)
44 resource(%d) of type (process)
45 resource(%d) of type (stream)
46 resource(%d) of type (stream)
47 resource(%d) of type (stream)
/PHP-8.0/ext/standard/tests/streams/
H A Dbug53427.phpt19 resource(%d) of type (stream)
21 resource(%d) of type (stream)
25 resource(%d) of type (stream)
27 resource(%d) of type (stream)
/PHP-8.0/ext/standard/tests/strings/
H A Dbug53319.phpt6 $str = '<br /><br />USD<input type="text"/><br/>CDN<br><input type="text" />';
14 string(47) "USD<input type="text"/>CDN<input type="text" />"
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_046.phpt26 Cannot assign string to property Foo::$bbb of type int
27 Cannot assign string to property Foo::$bbb of type int
28 Cannot assign string to property Foo::$bbb of type int
29 Cannot assign string to property Foo::$bbb of type int
30 Cannot assign string to property Foo::$bbb of type int
/PHP-8.0/Zend/tests/typehints/
H A Dor_null.phpt2 Test "or null"/"or be null" in type-checking errors for userland functions
246 TypeError: callableF(): Argument #1 ($param) must be of type ?callable, int given, called in %s:%d
250 TypeError: iterableF(): Argument #1 ($param) must be of type ?iterable, int given, called in %s:%d
254 TypeError: intF(): Argument #1 ($param) must be of type ?int, stdClass given, called in %s:%d
262 TypeError: returnLoadedClass(): Return value must be of type ?RealClass, stdClass returned in %s:%d
282 TypeError: returnCallable(): Return value must be of type ?callable, int returned in %s:%d
286 TypeError: returnIterable(): Return value must be of type ?iterable, int returned in %s:%d
290 TypeError: returnInt(): Return value must be of type ?int, stdClass returned in %s:%d
306 TypeError: returnMissingCallable(): Return value must be of type ?callable, none returned in %s:%d
310 TypeError: returnMissingIterable(): Return value must be of type ?iterable, none returned in %s:%d
[all …]

Completed in 67 milliseconds

12345678910>>...108