Home
last modified time | relevance | path

Searched refs:be (Results 126 – 150 of 3194) sorted by relevance

12345678910>>...128

/php-src/ext/standard/tests/array/
H A Darray_map_variation16.phpt12 // array to be passed as arguments
41 array_map(): Argument #1 ($callback) must be a valid callback or null, function "echo" not found or…
43 array_map(): Argument #1 ($callback) must be a valid callback or null, function "array" not found o…
45 array_map(): Argument #1 ($callback) must be a valid callback or null, function "empty" not found o…
47 array_map(): Argument #1 ($callback) must be a valid callback or null, function "eval" not found or…
49 array_map(): Argument #1 ($callback) must be a valid callback or null, function "exit" not found or…
51 array_map(): Argument #1 ($callback) must be a valid callback or null, function "isset" not found o…
53 array_map(): Argument #1 ($callback) must be a valid callback or null, function "list" not found or…
55 array_map(): Argument #1 ($callback) must be a valid callback or null, function "print" not found o…
H A Darray_shuffle_basic.phpt31 echo "this should be 0->...." . count(array_diff($arr1, $arr2)) . "\n";
32 echo "this should be 4->...." . count(array_intersect($arr1, $arr2)) . "\n";
35 echo "this should be 400->...." . count($bigarray) . "\n";
42 // key-> value association should be so close to zero it wont happen in the lifetime of the
44 echo "shuffled array seems to be similar to original\n";
94 this should be 0->....0
95 this should be 4->....4
96 this should be 400->....400
/php-src/ext/dba/tests/
H A Dvalue_errors_open.phpt123 dba_open(): Argument #1 ($path) cannot be empty
124 dba_open(): Argument #2 ($mode) cannot be empty
125 dba_open(): Argument #3 ($handler) cannot be empty
126 dba_open(): Argument #2 ($mode) first character must be one of "r", "w", "c", or "n"
128 dba_open(): Argument #2 ($mode) third character must be "t"
130 dba_open(): Argument #5 ($map_size) must be greater than or equal to 0
135 dba_popen(): Argument #1 ($path) cannot be empty
136 dba_popen(): Argument #2 ($mode) cannot be empty
137 dba_popen(): Argument #3 ($handler) cannot be empty
140 dba_popen(): Argument #2 ($mode) third character must be "t"
[all …]
/php-src/ext/zend_test/tests/
H A Dobserver_retval_07.phpt13 $retval = 'I should be observable';
33 </getMessage:'I should be observable'>
34 </foo:'I should be observable'>
37 </getMessage:'I should be observable'>
38 </foo:'I should be observable'>
H A Dobserver_retval_by_ref_02.phpt13 $retval = 'I should be ';
28 Notice: Only variable references should be returned by reference in %s on line %d
29 </foo:'I should be observable'>
32 Notice: Only variable references should be returned by reference in %s on line %d
33 </foo:'I should be observable'>
/php-src/ext/gmp/tests/
H A Dgmp_strval.phpt69 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
70 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, resource given
72 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
73 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
76 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
77 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
79 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, array given
80 gmp_strval(): Argument #1 ($num) must be of type GMP|string|int, stdClass given
/php-src/ext/dom/tests/
H A DDOMXPath_callables_errors.phpt62 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be a callable, function "nonexistent…
63 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be of type array|string|null, Closur…
64 Object of class Closure could not be converted to string
65 Object of class Closure could not be converted to string
66 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array with valid callbacks as …
67 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array containing valid callbac…
68 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array containing valid callbac…
69 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be a valid callback name
/php-src/ext/gd/tests/
H A Dgh8848.phpt26 imagecopyresized(): Argument #7 ($dst_width) must be greater than 0
27 imagecopyresized(): Argument #8 ($dst_height) must be greater than 0
28 imagecopyresized(): Argument #9 ($src_width) must be greater than 0
29 imagecopyresized(): Argument #10 ($src_height) must be greater than 0
/php-src/ext/session/tests/
H A Dsession_ini_set.phpt121 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
124 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
127 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
131 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
134 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
137 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
140 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
143 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
146 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
149 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt51 'float 10.0e19' => 10.0e19, // Cannot be represented as int
52 'float -10.0e19' => -10.0e19, // Cannot be represented as int
126 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", …
128 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", …
134 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
136 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
138 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
140 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
154 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", …
156 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", …
[all …]
H A Dmb_strripos_variation5_Bug45923.phpt25 * mb_strripos should not be able to accept negative values as $offset.
75 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
77 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
81 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
83 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
87 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
95 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/php-src/ext/standard/tests/strings/
H A Dstrtok_variation3.phpt84 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
87 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
90 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
93 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
96 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
99 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
102 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
105 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
108 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
111 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
[all …]
H A Dstrripos_offset.phpt39 strripos(): Argument #3 ($offset) must be of type int, float given
40 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
41 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
42 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
43 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dstrrpos_offset.phpt39 strrpos(): Argument #3 ($offset) must be of type int, float given
40 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
41 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
42 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
43 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/php-src/ext/xml/tests/
H A Dxml_parser_set_option_errors.phpt62 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
64 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
67 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
69 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
72 Warning: xml_parser_set_option(): Argument #3 ($value) must be between 0 and 2147483647 for option …
74 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
76 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
78 Warning: Object of class stdClass could not be converted to int in %s on line %d
82 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
87 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
[all …]
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_invalid.phpt19 echo "Fractional step cannot be used on character ranges\n";
27 Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in %s on…
29 Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in %s on l…
38 Warning: range(): Argument #2 ($end) must not be empty, casted to 0 in %s on line %d
40 Warning: range(): Argument #2 ($end) must be a single byte string if argument #1 ($start) is a sing…
46 Warning: range(): Argument #1 ($start) must not be empty, casted to 0 in %s on line %d
48 Warning: range(): Argument #1 ($start) must be a single byte string if argument #2 ($end) is a sing…
55 Warning: range(): Argument #1 ($start) must be a single byte string if argument #2 ($end) is a sing…
67 Warning: range(): Argument #2 ($end) must be a single byte string if argument #1 ($start) is a sing…
78 Fractional step cannot be used on character ranges
[all …]
/php-src/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
/php-src/ext/hash/tests/
H A Dhash_equals.phpt42 [TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, int given
43 [TypeError] hash_equals(): Argument #2 ($user_string) must be of type string, int given
44 [TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, int given
45 [TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, null given
46 [TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, null given
47 [TypeError] hash_equals(): Argument #1 ($known_string) must be of type string, null given
/php-src/ext/libxml/tests/
H A D004.phpt31 libxml_set_streams_context(): Argument #1 ($context) must be of type resource, null given
33 libxml_set_streams_context(): Argument #1 ($context) must be of type resource, string given
35 libxml_set_streams_context(): Argument #1 ($context) must be of type resource, int given
37 libxml_set_streams_context(): Argument #1 ($context) must be of type resource, stdClass given
39 libxml_set_streams_context(): Argument #1 ($context) must be of type resource, array given
/php-src/ext/zlib/tests/
H A Ddeflate_init_error.phpt40 deflate_init(): Argument #1 ($encoding) must be one of ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP, or ZL…
41 deflate_init(): "level" option must be between -1 and 9
42 deflate_init(): "level" option must be between -1 and 9
43 deflate_init(): "memory" option must be between 1 and 9
44 deflate_init(): "memory" option must be between 1 and 9
/php-src/ext/pcntl/tests/
H A Dpcntl_sigtimedwait_errors.phpt89 ValueError: pcntl_sigtimedwait(): Argument #1 ($signals) cannot be empty
90 ValueError: pcntl_sigtimedwait(): Argument #1 ($signals) signals must be between 1 and %d
91 ValueError: pcntl_sigtimedwait(): Argument #1 ($signals) signals must be between 1 and %d
92 ValueError: pcntl_sigtimedwait(): Argument #1 ($signals) signals must be between 1 and %d
93 TypeError: pcntl_sigtimedwait(): Argument #1 ($signals) signals must be of type int, string given
94 ValueError: pcntl_sigtimedwait(): Argument #3 ($seconds) must be greater than or equal to 0
95 ValueError: pcntl_sigtimedwait(): Argument #4 ($nanoseconds) must be between 0 and 1e9
96 ValueError: pcntl_sigtimedwait(): Argument #4 ($nanoseconds) must be between 0 and 1e9
97 …wait(): At least one of argument #3 ($seconds) or argument #4 ($nanoseconds) must be greater than 0
98 ValueError: pcntl_sigtimedwait(): Argument #4 ($nanoseconds) must be between 0 and 1e9
/php-src/ext/intl/tests/
H A Dcalendar_get_setSkippedWallTimeOption_basic.phpt17 echo "Should be 3h30\n";
27 echo "Should be 1h30\n";
37 echo "Should be 3h00\n";
48 Should be 3h30
53 Should be 1h30
58 Should be 3h00
/php-src/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_error.phpt33 Object of class stdClass could not be converted to string
36 string(62) "openssl_pkcs7_decrypt(): X.509 Certificate cannot be retrieved"
38 string(62) "openssl_pkcs7_decrypt(): X.509 Certificate cannot be retrieved"
40 string(62) "openssl_pkcs7_decrypt(): X.509 Certificate cannot be retrieved"
42 string(62) "openssl_pkcs7_decrypt(): X.509 Certificate cannot be retrieved"
H A Dopenssl_cms_decrypt_error.phpt33 Object of class stdClass could not be converted to string
36 string(60) "openssl_cms_decrypt(): X.509 Certificate cannot be retrieved"
38 string(60) "openssl_cms_decrypt(): X.509 Certificate cannot be retrieved"
40 string(60) "openssl_cms_decrypt(): X.509 Certificate cannot be retrieved"
42 string(60) "openssl_cms_decrypt(): X.509 Certificate cannot be retrieved"
/php-src/ext/standard/tests/general_functions/
H A Dbug32647.phpt76 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
79 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
80 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
81 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, class bar does not …
82 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
83 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, function "bar" not …
84 …own_function(): Argument #1 ($callback) must be a valid callback, non-static method bar::barfoo() …
85 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, class bar does not …

Completed in 31 milliseconds

12345678910>>...128