Home
last modified time | relevance | path

Searched refs:type (Results 176 – 200 of 2729) sorted by relevance

12345678910>>...110

/PHP-8.1/ext/ctype/tests/
H A Dctype_space_variation1.phpt101 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_space(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_space(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_space(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_space(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_space(): Argument of type null will be interpreted as string in the future in %s …
156 Deprecated: ctype_space(): Argument of type bool will be interpreted as string in the future in %s …
[all …]
H A Dctype_upper_variation1.phpt101 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_upper(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_upper(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_upper(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_upper(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_upper(): Argument of type null will be interpreted as string in the future in %s …
156 Deprecated: ctype_upper(): Argument of type bool will be interpreted as string in the future in %s …
[all …]
H A Dctype_xdigit_variation1.phpt101 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …
106 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …
111 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …
116 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …
121 Deprecated: ctype_xdigit(): Argument of type float will be interpreted as string in the future in %…
126 Deprecated: ctype_xdigit(): Argument of type float will be interpreted as string in the future in %…
131 Deprecated: ctype_xdigit(): Argument of type float will be interpreted as string in the future in %…
146 Deprecated: ctype_xdigit(): Argument of type null will be interpreted as string in the future in %s…
151 Deprecated: ctype_xdigit(): Argument of type null will be interpreted as string in the future in %s…
156 Deprecated: ctype_xdigit(): Argument of type bool will be interpreted as string in the future in %s…
[all …]
/PHP-8.1/ext/soap/
H A Dphp_encoding.c598 if (type && type->map && Z_TYPE(type->map->to_xml) != IS_UNDEF) { in to_xml_user()
626 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()
3167 if (type->encode && enc != &type->encode->details) { in sdl_guess_convert_zval()
3181 (type->encode->details.type == IS_ARRAY || in sdl_guess_convert_zval()
3182 type->encode->details.type == SOAP_ENC_ARRAY)) { in sdl_guess_convert_zval()
3231 if (type->encode && enc != &type->encode->details) { in sdl_guess_convert_xml()
3247 (type->encode->details.type == IS_ARRAY || in sdl_guess_convert_xml()
3248 type->encode->details.type == SOAP_ENC_ARRAY)) { in sdl_guess_convert_xml()
3313 set_ns_and_type_ex(node, type->ns, type->type_str); in set_ns_and_type()
[all …]
/PHP-8.1/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.1/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.1/ext/soap/tests/schema/
H A Dschema085.phpt2 SOAP XML Schema 85: Extension of complex type (elements order)
12 <element name="int" type="int"/>
19 <element name="int2" type="int"/>
34 test_schema($schema,'type="tns:testType"',new B());
39 …g/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">1</int><in…
H A Dschema036.phpt12 <element name="int" type="int"/>
16 <element name="int" type="int"/>
23 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
28 …<ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><testType2 xsi:type=…
/PHP-8.1/ext/xml/tests/
H A Dbug50576.phpt65 [type] => open
79 [type] => open
88 [type] => complete
98 [type] => cdata
105 [type] => close
114 [type] => cdata
121 [type] => close
/PHP-8.1/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 …]
/PHP-8.1/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.1/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt25 resource(%d) of type (odbc result)
28 Deprecated: odbc_columnprivileges(): Passing null to parameter #3 ($schema) of type string is depre…
30 Deprecated: odbc_columnprivileges(): Passing null to parameter #4 ($table) of type string is deprec…
32 Deprecated: odbc_columnprivileges(): Passing null to parameter #5 ($column) of type string is depre…
33 resource(%d) of type (odbc result)
35 resource(%d) of type (odbc result)
/PHP-8.1/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.1/ext/standard/tests/array/
H A Darray_slice_variation7.phpt85 foreach($inputs as $type => $input) {
86 echo "\n-- Iteration $iterator : key type is $type --\n";
99 -- Iteration 1 : key type is int --
123 -- Iteration 2 : key type is null uppercase --
135 -- Iteration 3 : key type is null lowercase --
147 -- Iteration 4 : key type is bool lowercase --
163 -- Iteration 5 : key type is bool uppercase --
179 -- Iteration 6 : key type is empty double quotes --
203 -- Iteration 8 : key type is string --
223 -- Iteration 9 : key type is undefined --
[all …]
/PHP-8.1/ext/snmp/tests/
H A Dsnmpset.phpt62 echo "Multiple OID, single type & value\n";
104 echo "Multiple OID, 1st wrong type\n";
114 echo "Multiple OID, 2nd wrong type\n";
167 Warning: snmpset(): Could not add variable: OID='%s' type='q' value='%i': Bad variable type ("q") i…
186 Multiple OID, single type & value
193 Multiple OID, single type, multiple value
209 Multiple OID, 1st wrong type
213 Multiple OID, 2nd wrong type
223 Multiple OID & type, single value in array
243 Warning: snmpset(): Could not add variable: OID='%s' type='q' value='%s': Bad variable type ("q") i…
[all …]
H A Dsnmp2_set.phpt67 echo "Multiple OID, single type & value\n";
110 echo "Multiple OID, 1st wrong type\n";
120 echo "Multiple OID, 2nd wrong type\n";
173 Warning: snmp2_set(): Could not add variable: OID='%s' type='q' value='%i': Bad variable type ("q")…
195 Multiple OID, single type & value
202 Multiple OID, single type, multiple value
218 Multiple OID, 1st wrong type
222 Multiple OID, 2nd wrong type
232 Multiple OID & type, single value in array
252 Warning: snmp2_set(): Could not add variable: OID='%s' type='q' value='%s': Bad variable type ("q")…
[all …]
/PHP-8.1/ext/mbstring/tests/
H A Dmb_str_functions_opt-parameter.phpt20 Deprecated: mb_strpos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on …
23 Deprecated: mb_strrpos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on…
26 Deprecated: mb_stripos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on…
29 Deprecated: mb_strripos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s o…
32 Deprecated: mb_strstr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated i…
35 Deprecated: mb_strrchr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated …
38 Deprecated: mb_stristr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated …
41 Deprecated: mb_strrichr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated…
46 Deprecated: mb_strimwidth(): Passing null to parameter #4 ($trim_marker) of type string is deprecat…
/PHP-8.1/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.1/ext/soap/tests/soap12/
H A DT41.phpt15 <inputStruct xsi:type="ns1:SOAPStruct"
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>
29 …turn xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">hello world</varString><varInt xsi…
/PHP-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_005w.phpt34type="xsd:int">2</whichFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">ar…
36 …ng><detail><ns2:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMe…
/PHP-8.1/ext/oci8/tests/
H A Dconnect_with_charset_001.phpt25 resource(%d) of type (oci8 connection)
26 resource(%d) of type (oci8 connection)
29 resource(%d) of type (oci8 connection)
32 resource(%d) of type (oci8 connection)
34 resource(%d) of type (oci8 connection)
35 resource(%d) of type (oci8 connection)
/PHP-8.1/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.1/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.1/ext/opcache/jit/libudis86/
H A Ddecode.c384 op->type = UD_OP_PTR; in decode_a()
390 op->type = UD_OP_PTR; in decode_a()
430 int type, in decode_reg() argument
436 switch (type) { in decode_reg()
460 opr->type = UD_OP_REG; in decode_reg()
475 op->type = UD_OP_IMM; in decode_imm()
567 op->type = UD_OP_MEM; in decode_modrm_rm()
736 switch (type) { in decode_operand()
838 if (type != OP_FS && type != OP_GS) { in decode_operand()
885 return operand->type; in decode_operand()
[all …]
/PHP-8.1/ext/simplexml/
H A Dsimplexml.c164 orgtype = sxe->iter.type; in sxe_get_element_by_name()
169 sxe->iter.type = orgtype; in sxe_get_element_by_name()
198 *type = SXE_ITER_NONE; in sxe_get_element_by_name()
319 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()
634 SXE_ITER type; in sxe_property_get_adr() local
648 type = SXE_ITER_NONE; in sxe_property_get_adr()
1323 …r->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_ATTRIBUTE_NO… in PHP_METHOD()
1810 switch (type) { in cast_object()
1844 if (type == _IS_BOOL) { in sxe_object_cast_ex()
1889 if (type == IS_STRING in sxe_object_cast()
[all …]

Completed in 90 milliseconds

12345678910>>...110