Home
last modified time | relevance | path

Searched refs:be (Results 376 – 400 of 3227) sorted by relevance

1...<<11121314151617181920>>...130

/php-src/Zend/tests/
H A Dfunction_outside_namespace.phpt2 Function declaration should not be allowed before namespace declaration
12 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
H A Ddie_string_cast_exception.phpt2 Bug #79777: String cast exception during die should be handled gracefully
10 Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in %s:%d
H A Diface_constant_visibility_variance.phpt2 Interface constant visibility should be invariant
14 Fatal error: Access level to C::FOO must be public (as in interface I) in %s on line %d
H A Drope_with_exception.phpt16 echo "should never be reached";
25 echo "should never be reached";
34 echo "should never be reached";
H A Dclosure_059.phpt37 Exception: {closure:%s:%d}(): Argument #1 ($a) must be of type A, B given, called in %s on line %d
38 Exception: {closure:%s:%d}(): Argument #1 ($a) must be of type A, B given
39 Exception: {closure:%s:%d}(): Argument #1 ($a) must be of type A, B given
H A Dnumber_or_str_zpp.phpt64 zend_string_or_object(): Argument #1 ($param) must be of type object|string, array given
65 zend_number_or_string(): Argument #1 ($param) must be of type string|int|float, Foo given
73 zend_number_or_string_or_null(): Argument #1 ($param) must be of type string|int|float|null, array …
74 zend_number_or_string_or_null(): Argument #1 ($param) must be of type string|int|float|null, Foo gi…
H A Derrmsg_022.phpt2 errmsg: only variables can be passed by reference
14 Fatal error: Uncaught Error: foo(): Argument #1 ($var) could not be passed by reference in %s:%d
/php-src/ext/standard/tests/array/
H A Dbug74345.phpt43 array_map(): Argument #2 ($array) must be of type array, null given
44 array_map(): Argument #2 ($array) must be of type array, null given
45 preg_replace_callback(): Argument #3 ($subject) must be of type array|string, stdClass given
H A Darray_multisort_variation9.phpt36 Warning: Object of class classWithToString could not be converted to float in %s on line %d
38 Warning: Object of class classWithToString could not be converted to float in %s on line %d
40 Warning: Object of class classWithoutToString could not be converted to float in %s on line %d
42 Warning: Object of class classWithoutToString could not be converted to float in %s on line %d
H A Darray_map_object1.phpt82 echo "This function can't be overloaded\n";
135 array_map(): Argument #1 ($callback) must be a valid callback or null, cannot access private method…
139 array_map(): Argument #1 ($callback) must be a valid callback or null, cannot access protected meth…
143 array_map(): Argument #1 ($callback) must be a valid callback or null, array callback must have exa…
158 This function can't be overloaded
159 This function can't be overloaded
176 array_map(): Argument #1 ($callback) must be a valid callback or null, cannot access private method…
178 array_map(): Argument #1 ($callback) must be a valid callback or null, cannot access protected meth…
/php-src/ext/zip/tests/
H A Doo_setcomment_error.phpt40 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
41 ZipArchive::setCommentName(): Argument #2 ($comment) must be less than 65535 bytes
42 ZipArchive::setCommentIndex(): Argument #2 ($comment) must be less than 65535 bytes
/php-src/ext/gmp/tests/
H A Dgmp_clrbit.phpt49 gmp_clrbit(): Argument #2 ($index) must be greater than or equal to 0
51 gmp_clrbit(): Argument #2 ($index) must be greater than or equal to 0
55 gmp_clrbit(): Argument #1 ($num) must be of type GMP, array given
H A Dgmp_hamdist.phpt45 gmp_hamdist(): Argument #2 ($num2) must be of type GMP|string|int, array given
46 gmp_hamdist(): Argument #1 ($num1) must be of type GMP|string|int, array given
47 gmp_hamdist(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dbug50283.phpt37 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
38 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
39 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
42 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
/php-src/ext/mysqli/tests/
H A Dgh8058.phpt16 // There should be no segfault due to NULL deref
23 // There should be no memory leak
33 // We expect an exception to be thrown
/php-src/ext/intl/tests/
H A Dcalendar_isEquivalentTo_error.phpt51 error: 0, IntlCalendar::isEquivalentTo(): Argument #1 ($other) must be of type IntlCalendar, int gi…
55 error: 0, IntlCalendar::isEquivalentTo(): Argument #1 ($other) must be of type IntlCalendar, int gi…
59 error: 0, intlcal_is_equivalent_to(): Argument #2 ($other) must be of type IntlCalendar, int given
61 error: 0, intlcal_is_equivalent_to(): Argument #1 ($calendar) must be of type IntlCalendar, int giv…
/php-src/Zend/tests/type_declarations/
H A Dscalar_null.phpt30 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, null given, called in %s on lin…
32 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, null given, called in %s on l…
34 *** Caught {closure:%s:%d}(): Argument #1 ($s) must be of type string, null given, called in %s on …
36 *** Caught {closure:%s:%d}(): Argument #1 ($b) must be of type bool, null given, called in %s on li…
/php-src/docs-old/
H A Doutput-api.md78 …// php_ob_init_conflict("to be started handler name", "to be tested if already started handler nam…
81 Registering a conflict checking function, which will be checked prior starting the handler:
85 …Registering a reverse conflict checking function, which will be checked prior starting the specifi…
113 or handlers implemented in C to be used with ob_start() can contain a non-global
125 the second arg is ignored; marks the output handler to be neither cleanable
132 * Should the userland API be adjusted and unified?
135 behaviour of the current (to be obsoleted) code, thus should the manual or the
136 behaviour be adjusted?
/php-src/sapi/fuzzer/
H A DREADME.md4be used to enable the fuzzing SAPI, as well as all available fuzzers. If you don't build the exif/…
18 …red to avoid a linking failure. The `--enable-debug-assertions` option can be used to enable debug…
20 …defined-sanitizer` or `--enable-memory-sanitizer`. The first two options can also be used together.
44 For the unserialize fuzzer, a dictionary of internal classes should be generated first:
60 For the parser fuzzer, a corpus may be generated from Zend test files:
69 For the execute, function-jit and tracing-jit fuzzers, a corpus may be generated from any set of te…
76 For the mbstring fuzzer, a dictionary of encodings should be generated first:
83 …this time, libonig is not clean under ubsan, so only the fuzzer and address sanitizers may be used.
/php-src/Zend/tests/fibers/
H A Dnegative_stack_size.phpt2 fiber.stack_size must be a positive number
15 Warning: fiber.stack_size must be a positive number in %snegative_stack_size.php on line 2
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dimplicit_nullable_intersection_type.phpt2 Intersection types can be implicitly nullable
14 … parameter $foo as nullable is deprecated, the explicit nullable type must be used instead in %s o…
/php-src/Zend/tests/type_declarations/dnf_types/
H A Dgh9516.phpt142 T::method1(): Argument #1 ($arg) must be of type (A&B)|D, A_ given, called in %s on line %d
143 T::method1(): Argument #1 ($arg) must be of type (A&B)|D, B_ given, called in %s on line %d
146 T::method2(): Argument #1 ($arg) must be of type (B&A)|D, A_ given, called in %s on line %d
147 T::method2(): Argument #1 ($arg) must be of type (B&A)|D, B_ given, called in %s on line %d
150 T::method3(): Argument #1 ($arg) must be of type D|(A&B), A_ given, called in %s on line %d
151 T::method3(): Argument #1 ($arg) must be of type D|(A&B), B_ given, called in %s on line %d
154 T::method4(): Argument #1 ($arg) must be of type D|(B&A), A_ given, called in %s on line %d
155 T::method4(): Argument #1 ($arg) must be of type D|(B&A), B_ given, called in %s on line %d
/php-src/tests/classes/
H A Dclass_final.phpt2 ZE2 A final class cannot be inherited
17 echo "Done\n"; // shouldn't be displayed
/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid_invariance1.phpt2 Property types must be invariant
18 Fatal error: Type of B::$prop must be X&Y (as in class A) in %s on line %d
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_to_string.phpt2 A SensitiveParameterValue may not be converted to a string.
12 Fatal error: Uncaught Error: Object of class SensitiveParameterValue could not be converted to stri…

Completed in 22 milliseconds

1...<<11121314151617181920>>...130