Home
last modified time | relevance | path

Searched refs:be (Results 201 – 225 of 3198) sorted by relevance

12345678910>>...128

/php-src/Zend/tests/restrict_globals/
H A Dinvalid_pass_by_ref.phpt2 $GLOBALS must be passed by reference (runtime error)
22 by_ref(): Argument #1 ($ref) could not be passed by reference
23 by_ref2(): Argument #1 ($ref) could not be passed by reference
/php-src/ext/standard/tests/math/
H A Dround_variation1.phpt144 round(): Argument #1 ($num) must be of type int|float, string given
147 round(): Argument #1 ($num) must be of type int|float, string given
150 round(): Argument #1 ($num) must be of type int|float, array given
153 round(): Argument #1 ($num) must be of type int|float, string given
156 round(): Argument #1 ($num) must be of type int|float, string given
159 round(): Argument #1 ($num) must be of type int|float, string given
162 round(): Argument #1 ($num) must be of type int|float, classA given
175 round(): Argument #1 ($num) must be of type int|float, resource given
/php-src/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt65 echo "\n -- ASCII Strings, needle should be found --\n";
68 echo "\n -- ASCII Strings, needle should not be found --\n";
77 echo "\n -- Greek Strings, needle should be found --\n";
80 echo "\n -- ASCII Strings, needle should not be found --\n";
94 -- ASCII Strings, needle should be found --
108 -- ASCII Strings, needle should not be found --
122 -- Greek Strings, needle should be found --
136 -- ASCII Strings, needle should not be found --
H A Dmb_strripos_basic.phpt65 echo "\n -- ASCII Strings, needle should be found --\n";
68 echo "\n -- ASCII Strings, needle should not be found --\n";
77 echo "\n -- Greek Strings, needle should be found --\n";
80 echo "\n -- ASCII Strings, needle should not be found --\n";
94 -- ASCII Strings, needle should be found --
108 -- ASCII Strings, needle should not be found --
122 -- Greek Strings, needle should be found --
136 -- ASCII Strings, needle should not be found --
H A Dmb_check_encoding_invalid_encodings.phpt38 mb_check_encoding(): Argument #2 ($encoding) must be a valid encoding, "BAD" given
39 mb_check_encoding(): Argument #2 ($encoding) must be a valid encoding, "BAD" given
41 mb_check_encoding(): Argument #2 ($encoding) must be a valid encoding, "pass" given
42 mb_check_encoding(): Argument #2 ($encoding) must be a valid encoding, "pass" given
/php-src/ext/hash/
H A Dhash_fnv.c170 unsigned char *be = bp + len; /* beyond end of buffer */ in fnv_32_buf() local
176 while (bp < be) { in fnv_32_buf()
184 while (bp < be) { in fnv_32_buf()
213 unsigned char *be = bp + len; /* beyond end of buffer */ in fnv_64_buf() local
220 while (bp < be) { in fnv_64_buf()
228 while (bp < be) { in fnv_64_buf()
/php-src/ext/standard/tests/password/
H A Dpassword_hash_error.phpt40 password_hash(): Argument #2 ($algo) must be of type string|int|null, array given
41 password_hash(): Argument #3 ($options) must be of type array, stdClass given
42 password_hash(): Argument #3 ($options) must be of type array, string given
43 password_hash(): Argument #1 ($password) must be of type string, array given
/php-src/ext/standard/tests/streams/
H A Dstream_context_set_option_error.phpt30 stream_context_set_option(): Argument #3 ($option_name) must be null when argument #2 ($wrapper_or_…
31 stream_context_set_option(): Argument #4 ($value) cannot be provided when argument #2 ($wrapper_or_…
34 stream_context_set_option(): Argument #3 ($option_name) cannot be null when argument #2 ($wrapper_o…
35 stream_context_set_option(): Argument #4 ($value) must be provided when argument #2 ($wrapper_or_op…
/php-src/tests/classes/
H A Dabstract_redeclare.phpt2 ZE2 A method cannot be redeclared abstract
16 echo "Done\n"; // Shouldn't be displayed
19 Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or imple…
/php-src/ext/pgsql/tests/
H A Dpg_insert_002.phpt24 pg_insert(): Argument #2 ($table_name) cannot be empty
25 pg_insert(): Argument #2 ($table_name) must be specified (.)
26 pg_insert(): Argument #2 ($table_name) must be specified (..)
/php-src/ext/pdo/tests/
H A Dbug_44159.phpt43 TypeError: PDO::ATTR_STATEMENT_CLASS value must be of type array, null given
44 TypeError: PDO::ATTR_STATEMENT_CLASS value must be of type array, int given
45 TypeError: PDO::ATTR_STATEMENT_CLASS value must be of type array, string given
46 TypeError: Attribute value must be of type bool for selected attribute, null given
48 TypeError: Attribute value must be of type bool for selected attribute, string given
/php-src/ext/dom/tests/gh11830/
H A Dtype_variation.phpt51 DOMElement::prepend(): Argument #2 must be of type DOMNode|string, int given
52 DOMElement::append(): Argument #2 must be of type DOMNode|string, bool given
53 DOMElement::before(): Argument #2 must be of type DOMNode|string, null given
54 DOMElement::after(): Argument #2 must be of type DOMNode|string, stdClass given
55 DOMElement::replaceWith(): Argument #2 must be of type DOMNode|string, array given
/php-src/Zend/tests/
H A Dbug69758.phpt10 // First integer must be less than 8
11 // and second must be 8, 9 or 10
22 // Conditions should be empty.
/php-src/ext/posix/tests/
H A Dposix_ttyname_manual_zpp.phpt54 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, string given…
57 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, array given …
60 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, stdClass giv…
62 Warning: Object of class stdClass could not be converted to int in %s on line %d
65 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, classWithToS…
67 Warning: Object of class classWithToString could not be converted to int in %s on line %d
70 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, GMP given in…
/php-src/ext/standard/tests/general_functions/
H A Darray_is_list.phpt79 null: threw array_is_list(): Argument #1 ($array) must be of type array, null given
80 int: threw array_is_list(): Argument #1 ($array) must be of type array, int given
81 float: threw array_is_list(): Argument #1 ($array) must be of type array, float given
82 string: threw array_is_list(): Argument #1 ($array) must be of type array, string given
83 object: threw array_is_list(): Argument #1 ($array) must be of type array, stdClass given
84 true: threw array_is_list(): Argument #1 ($array) must be of type array, true given
85 false: threw array_is_list(): Argument #1 ($array) must be of type array, false given
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt52 34: Objects returned by bad1::getIterator() must be traversable or implement interface Iterator
53 34: Objects returned by bad2::getIterator() must be traversable or implement interface Iterator
54 34: Objects returned by bad3::getIterator() must be traversable or implement interface Iterator
55 34: Objects returned by bad4::getIterator() must be traversable or implement interface Iterator
/php-src/Zend/tests/type_declarations/
H A Dconfusable_type_warning.phpt38 Warning: "integer" will be interpreted as a class name. Did you mean "int"? Write "\integer" to sup…
40 Warning: "double" will be interpreted as a class name. Did you mean "float"? Write "\double" to sup…
42 Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\boolean" to su…
44 Warning: "resource" is not a supported builtin type and will be interpreted as a class name. Write …
46 Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\Foo\boolean" o…
48 Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\boolean" to su…
/php-src/ext/date/tests/
H A Dtimezone_offset_get_error.phpt62 string(89) "timezone_offset_get(): Argument #1 ($object) must be of type DateTimeZone, stdClass giv…
64 string(84) "timezone_offset_get(): Argument #1 ($object) must be of type DateTimeZone, int given"
66 string(85) "timezone_offset_get(): Argument #1 ($object) must be of type DateTimeZone, null given"
70 string(96) "timezone_offset_get(): Argument #2 ($datetime) must be of type DateTimeInterface, stdCl…
72 string(91) "timezone_offset_get(): Argument #2 ($datetime) must be of type DateTimeInterface, int g…
74 string(92) "timezone_offset_get(): Argument #2 ($datetime) must be of type DateTimeInterface, null …
/php-src/ext/xml/tests/
H A Dxml_set_element_handler_errors.phpt79 TypeError: xml_set_element_handler(): Argument #1 ($parser) must be of type XMLParser, stdClass giv…
81 TypeError: xml_set_element_handler(): Argument #2 ($start_handler) must be of type callable|string|…
83 TypeError: xml_set_element_handler(): Argument #3 ($end_handler) must be of type callable|string|nu…
85 TypeError: xml_set_element_handler(): Argument #2 ($start_handler) must be of type callable|string|…
87 TypeError: xml_set_element_handler(): Argument #3 ($end_handler) must be of type callable|string|nu…
89 …ment_handler(): Argument #2 ($start_handler) an object must be set via xml_set_object() to be able…
91 …lement_handler(): Argument #3 ($end_handler) an object must be set via xml_set_object() to be able…
/php-src/ext/zlib/tests/
H A D007.phpt43 gzencode(): Argument #2 ($level) must be between -1 and 9
44 gzencode(): Argument #2 ($level) must be between -1 and 9
45 gzencode(): Argument #3 ($encoding) must be one of ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP, or ZLIB_E…
48 gzencode(): Argument #3 ($encoding) must be one of ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP, or ZLIB_E…
H A Dzlib_wrapper_fflush_basic.phpt10 $str = "Here is the string to be written.";
27 Here is the string to be written.Here is the string to be written.
/php-src/ext/gmp/tests/
H A Dgmp_sqrt.phpt43 gmp_sqrt(): Argument #1 ($num) must be greater than or equal to 0
44 gmp_sqrt(): Argument #1 ($num) must be greater than or equal to 0
49 gmp_sqrt(): Argument #1 ($num) must be greater than or equal to 0
51 gmp_sqrt(): Argument #1 ($num) must be of type GMP|string|int, array given
/php-src/ext/standard/tests/filters/
H A D001.phpt28 stream_filter_register(): Argument #1 ($filter_name) must be a non-empty string
29 stream_filter_register(): Argument #2 ($class) must be a non-empty string
30 stream_filter_register(): Argument #1 ($filter_name) must be a non-empty string
/php-src/ext/intl/tests/
H A Dgregoriancalendar_set_date_error.phpt29 IntlGregorianCalendar::createFromDate(): Argument #1 ($year) must be between -2147483648 and 214748…
30 IntlGregorianCalendar::createFromDate(): Argument #2 ($month) must be between -2147483648 and 21474…
31 IntlGregorianCalendar::createFromDate(): Argument #3 ($dayOfMonth) must be between -2147483648 and …
/php-src/ext/bz2/tests/
H A Dbzerr_functions_on_invalid_stream.phpt25 bzerrno(): Argument #1 ($bz) must be a bz2 stream
26 bzerrstr(): Argument #1 ($bz) must be a bz2 stream
27 bzerror(): Argument #1 ($bz) must be a bz2 stream

Completed in 26 milliseconds

12345678910>>...128