Home
last modified time | relevance | path

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

12345678910>>...108

/PHP-8.0/ext/mbstring/tests/
H A Dmb_substitute_character_variation_strict_types.phpt122 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
124 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
126 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
128 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
130 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
132 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
134 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
144 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
146 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
148 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
[all …]
/PHP-8.0/ext/standard/tests/math/
H A Dabs_variation.phpt103 abs(): Argument #1 ($num) must be of type int|float, string given
106 abs(): Argument #1 ($num) must be of type int|float, string given
109 abs(): Argument #1 ($num) must be of type int|float, array given
112 abs(): Argument #1 ($num) must be of type int|float, string given
115 abs(): Argument #1 ($num) must be of type int|float, string given
118 abs(): Argument #1 ($num) must be of type int|float, string given
121 abs(): Argument #1 ($num) must be of type int|float, classA given
130 abs(): Argument #1 ($num) must be of type int|float, resource given
H A Dround_variation1.phpt140 round(): Argument #1 ($num) must be of type int|float, string given
143 round(): Argument #1 ($num) must be of type int|float, string given
146 round(): Argument #1 ($num) must be of type int|float, array given
149 round(): Argument #1 ($num) must be of type int|float, string given
152 round(): Argument #1 ($num) must be of type int|float, string given
155 round(): Argument #1 ($num) must be of type int|float, string given
158 round(): Argument #1 ($num) must be of type int|float, classA given
167 round(): Argument #1 ($num) must be of type int|float, resource given
/PHP-8.0/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import2_001w.phpt27 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
29 …><Result xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
H A Dr3_groupD_import3_001w.phpt27 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
29 …><Result xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
H A Dr3_groupD_rpcenc_002w.phpt18 …xsd:string[3]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">one</item><item xsi:type="…
20 …xsd:string[3]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">one</item><item xsi:type="…
/PHP-8.0/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_011p.phpt16 …ype="xsd:int[3]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:in…
18 …ype="xsd:int[3]" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:in…
H A Dr2_base_011w.phpt18 …ype="xsd:int[3]" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:in…
20 …ype="xsd:int[3]" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:in…
H A Dr2_base_013p.phpt18 …"xsd:float[3]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:float">1.3223</item><item xsi:type="x…
20 …xsd:float[3]" xsi:type="ns2:ArrayOffloat"><item xsi:type="xsd:float">1.3223</item><item xsi:type="…
H A Dr2_base_013w.phpt19 …xsd:float[3]" xsi:type="ns2:ArrayOffloat"><item xsi:type="xsd:float">1.3223</item><item xsi:type="…
21 …xsd:float[3]" xsi:type="ns2:ArrayOffloat"><item xsi:type="xsd:float">1.3223</item><item xsi:type="…
H A Dr2_base_014w.phpt27 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
29 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
/PHP-8.0/ext/intl/collator/
H A Dcollator_locale.c29 zend_long type = 0; in PHP_FUNCTION() local
36 &object, Collator_ce_ptr, &type ) == FAILURE ) in PHP_FUNCTION()
55 co->ucoll, type, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
/PHP-8.0/Zend/tests/type_declarations/mixed/syntax/
H A Dmixed_parameter_error1.phpt2 Test that the mixed parameter type can't be used together with any other type
12 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
H A Dmixed_return_error.phpt2 Test that the mixed return type can't be used together with any other type
13 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
/PHP-8.0/ext/phar/tests/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int
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/soap/tests/schema/
H A Dschema055.phpt18 test_schema($schema,'type="testType"',array('a'=>123,'b'=>123.5));
23type="ns2:Map"><item><key xsi:type="xsd:string">a</key><value xsi:type="xsd:int">123</value></item…
H A Dschema032.phpt11 <element name="int" type="int"/>
12 <element name="str" type="string"/>
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5));
21 …org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd…
/PHP-8.0/ext/session/tests/
H A Dsession_basic4.phpt55 …d="post"><input type="hidden" name="testvar1" value="testvalue1" /><input type="hidden" name="test…
59 …d="post"><input type="hidden" name="testvar1" value="testvalue1" /><input type="hidden" name="test…
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h305 #define SLJIT_DEF_RET(type) (type) argument
306 #define SLJIT_DEF_ARG1(type) ((type) << SLJIT_DEF_SHIFT) argument
307 #define SLJIT_DEF_ARG2(type) ((type) << (2 * SLJIT_DEF_SHIFT)) argument
308 #define SLJIT_DEF_ARG3(type) ((type) << (3 * SLJIT_DEF_SHIFT)) argument
309 #define SLJIT_DEF_ARG4(type) ((type) << (4 * SLJIT_DEF_SHIFT)) argument
323 #define SLJIT_RET(type) SLJIT_DEF_RET(SLJIT_ARG_TYPE_ ## type) argument
324 #define SLJIT_ARG1(type) SLJIT_DEF_ARG1(SLJIT_ARG_TYPE_ ## type) argument
325 #define SLJIT_ARG2(type) SLJIT_DEF_ARG2(SLJIT_ARG_TYPE_ ## type) argument
326 #define SLJIT_ARG3(type) SLJIT_DEF_ARG3(SLJIT_ARG_TYPE_ ## type) argument
327 #define SLJIT_ARG4(type) SLJIT_DEF_ARG4(SLJIT_ARG_TYPE_ ## type) argument
[all …]
/PHP-8.0/Zend/
H A Dzend_dtrace.h31 ZEND_API extern zend_op_array *(*zend_dtrace_compile_file)(zend_file_handle *file_handle, int type);
35 ZEND_API zend_op_array *dtrace_compile_file(zend_file_handle *file_handle, int type);
40 void dtrace_error_notify_cb(int type, const char *error_filename, uint32_t error_lineno, zend_strin…
/PHP-8.0/ext/ffi/
H A Dffi.stub.php15 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … argument
24 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {} argument
26 public static function type(string $type): ?FFI\CType {} function in FFI
31 public static function arrayType(FFI\CType $type, array $dimensions): FFI\CType {} argument
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dgh9411.phpt36 resource(%d) of type (stream)
37 resource(%d) of type (Unknown)
38 resource(%d) of type (stream)
39 resource(%d) of type (Unknown)
40 resource(%d) of type (stream)
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() argument
38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
62 switch (type) { in zend_accel_error()
91 switch (type) { in zend_accel_error()
/PHP-8.0/ext/spl/tests/
H A Dunserialize.phpt8 foreach ($types as $type) {
10 $exp = serialize(new $type());
12 $str = sprintf('C:%d:"%s":0:{}', strlen($type), $type);
/PHP-8.0/ext/phar/tests/cache_list/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int [cache_list]
15 Content-type: text/html; charset=UTF-8
17 … error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a…

Completed in 33 milliseconds

12345678910>>...108