Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 25 of 1017) sorted by relevance

12345678910>>...41

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt41 $field, $expected[$field], gettype($expected[$field]),
48 $field, $expected, gettype($expected),
55 $field, $expected, gettype($expected),
69 $field, $expected[$field], gettype($expected[$field]),
76 $expected, gettype($expected),
149 $expected = $info;
158 $expected['buffered_sets'] = (string)($expected['buffered_sets'] + 1);
217 $expected['buffered_sets'] = (string)($expected['buffered_sets'] + 1);
260 $expected['unbuffered_sets'] = (string)($expected['unbuffered_sets'] + 1);
285 $expected['unbuffered_sets'] = (string)($expected['unbuffered_sets'] + 1);
[all …]
H A Dbug42378.phpt87 if (!is_array($expected)) {
104 if ($result !== $expected) {
107 gettype($expected), $expected,
131 foreach ($expected as $k => $v) {
161 foreach ($expected as $k => $v)
162 $expected[$k] = number_format(round($v), 0, '.', ',');
166 foreach ($expected as $k => $v)
167 $expected[$k] = number_format(round($v), 0, '.', ',');
171 foreach ($expected as $k => $v)
172 $expected[$k] = number_format(round($v), 0, '.', ',');
[all …]
H A Dmysqli_stmt_bind_result_format.phpt85 if (!is_array($expected)) {
102 if ($result !== $expected) {
105 gettype($expected), $expected,
166 foreach ($expected as $k => $v)
171 foreach ($expected as $k => $v)
176 foreach ($expected as $k => $v)
181 foreach ($expected as $k => $v)
186 foreach ($expected as $k => $v)
191 foreach ($expected as $k => $v)
196 foreach ($expected as $k => $v)
[all …]
/PHP-7.3/ext/spl/tests/
H A Dbug55701.phpt14 echo "ran normally (expected)\n";
17 echo "ran normally (expected)\n";
297 ->count()... ran normally (expected)
298 ->rewind()... ran normally (expected)
301 ->valid()... ran normally (expected)
303 ->key()... ran normally (expected)
304 ->next()... ran normally (expected)
319 ->isDir()... ran normally (expected)
320 ->isDot()... ran normally (expected)
322 ->isFile()... ran normally (expected)
[all …]
H A Dbug54384.phpt11 echo "exception (expected)\n";
156 IteratorIterator... exception (expected)
157 FilterIterator... exception (expected)
159 ParentIterator... exception (expected)
160 LimitIterator... exception (expected)
161 CachingIterator... exception (expected)
163 NoRewindIterator... exception (expected)
164 RegexIterator... exception (expected)
166 GlobIterator... exception (expected)
167 SplFileObject... exception (expected)
[all …]
H A Dbug64023.phpt7 public function __toString() {return ' -expected- ';}
18 -expected- -expected- -expected-
19 -expected-
H A Dclass_implements_variation1.phpt119 Error: 2 - class_implements(): object or string expected, %s(%d)
123 Error: 2 - class_implements(): object or string expected, %s(%d)
127 Error: 2 - class_implements(): object or string expected, %s(%d)
131 Error: 2 - class_implements(): object or string expected, %s(%d)
135 Error: 2 - class_implements(): object or string expected, %s(%d)
139 Error: 2 - class_implements(): object or string expected, %s(%d)
143 Error: 2 - class_implements(): object or string expected, %s(%d)
147 Error: 2 - class_implements(): object or string expected, %s(%d)
151 Error: 2 - class_implements(): object or string expected, %s(%d)
155 Error: 2 - class_implements(): object or string expected, %s(%d)
[all …]
H A Dclass_uses_variation1.phpt119 Error: 2 - class_uses(): object or string expected, %s(%d)
123 Error: 2 - class_uses(): object or string expected, %s(%d)
127 Error: 2 - class_uses(): object or string expected, %s(%d)
131 Error: 2 - class_uses(): object or string expected, %s(%d)
135 Error: 2 - class_uses(): object or string expected, %s(%d)
139 Error: 2 - class_uses(): object or string expected, %s(%d)
143 Error: 2 - class_uses(): object or string expected, %s(%d)
147 Error: 2 - class_uses(): object or string expected, %s(%d)
151 Error: 2 - class_uses(): object or string expected, %s(%d)
155 Error: 2 - class_uses(): object or string expected, %s(%d)
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_basic.phpt13 var_dump( strncasecmp('Hello', 'Hello', 5) ); //expected: int(0)
14 var_dump( strncasecmp('Hello', 'Hi', 5) ); //expected: value < 0
15 var_dump( strncasecmp('Hi', 'Hello', 5) ); //expected: value > 0
18 var_dump( strncasecmp("Hello", "Hello", 5) ); //expected: int(0)
19 var_dump( strncasecmp("Hello", "Hi", 5) ); //expected: value < 0
20 var_dump( strncasecmp("Hi", "Hello", 5) ); //expected: value > 0
26 var_dump( strncasecmp($str, "Hello", 5) ); //expected: int(0)
27 var_dump( strncasecmp($str, "Hi", 5) ); //expected: value < 0
28 var_dump( strncasecmp("Hi", $str, 5) ); //expected: value > 0
H A Dstrncmp_basic.phpt13 var_dump( strncmp('Hello', 'Hello', 5) ); //expected: int(0)
14 var_dump( strncmp('Hello', 'Hi', 5) ); //expected: value < 0
15 var_dump( strncmp('Hi', 'Hello', 5) ); //expected: value > 0
18 var_dump( strncmp("Hello", "Hello", 5) ); //expected: int(0)
19 var_dump( strncmp("Hello", "Hi", 5) ); //expected: value < 0
20 var_dump( strncmp("Hi", "Hello", 5) ); //expected: value > 0
26 var_dump( strncmp($str, "Hello", 5) ); //expected: int(0)
27 var_dump( strncmp($str, "Hi", 5) ); //expected: value < 0
28 var_dump( strncmp("Hi", $str, 5) ); //expected: value > 0
/PHP-7.3/ext/opcache/tests/opt/
H A Dsccp_025.phpt26 'expected' => array(6),
32 foreach ($case_data['expected'] as $data_set => $expected)
34 $test_cases[$case]['expected'][$data_set] = $expected_data_sets[$expected];
46 ["expected"]=>
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt16 $expected = array(
34 $expected['MYSQL_ATTR_MAX_BUFFER_SIZE'] = true;
35 $expected['MYSQL_ATTR_READ_DEFAULT_FILE'] = true;
36 $expected['MYSQL_ATTR_READ_DEFAULT_GROUP'] = true;
40 $expected['MYSQL_ATTR_SERVER_PUBLIC_KEY'] = true;
43 $expected['MYSQL_ATTR_SERVER_PUBLIC_KEY'] = true;
49 $expected['MYSQL_ATTR_SERVER_PUBLIC_KEY'] = true;
75 if (isset($expected[$name])) {
76 unset($expected[$name]);
89 if (!empty($expected)) {
[all …]
H A Dpdo_mysql_interface.phpt17 $expected = array(
40 if (isset($expected[$method])) {
41 unset($expected[$method]);
45 unset($expected['__construct']);
49 if (!empty($expected)) {
51 var_dump($expected);
54 printf("Found more methods than expected, dumping list\n");
/PHP-7.3/Zend/tests/
H A Dcall_user_func_008.phpt28 Warning: Parameter 1 to test() expected to be a reference, value given in %s on line %d
30 Warning: Parameter 2 to test() expected to be a reference, value given in %s on line %d
35 Warning: Parameter 1 to test() expected to be a reference, value given in %s on line %d
37 Warning: Parameter 2 to test() expected to be a reference, value given in %s on line %d
42 Warning: Parameter 1 to test() expected to be a reference, value given in %s on line %d
44 Warning: Parameter 2 to test() expected to be a reference, value given in %s on line %d
49 Warning: Parameter 1 to test() expected to be a reference, value given in %s on line %d
51 Warning: Parameter 2 to test() expected to be a reference, value given in %s on line %d
/PHP-7.3/ext/standard/tests/array/
H A Darray_multisort_variation3.phpt126 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
130 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
134 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
138 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
142 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
146 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
150 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
154 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
158 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
162 Error: 2 - array_multisort(): Argument #3 is expected to be an array or a sort flag, %sarray_multis…
[all …]
H A Darray_multisort_variation1.phpt125 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
129 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
133 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
137 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
141 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
145 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
149 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
153 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
157 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
161 Error: 2 - array_multisort(): Argument #1 is expected to be an array or a sort flag, %sarray_multis…
[all …]
H A Darray_multisort_variation2.phpt131 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
135 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
139 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
143 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
147 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
166 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
170 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
174 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
178 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
182 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
[all …]
H A Darray_reduce_error.phpt14 //Test array_reduce with one more than the expected number of arguments
15 echo "\n-- Testing array_reduce() function with more than expected no. of arguments --\n";
22 // Testing array_reduce with one less than the expected number of arguments
23 echo "\n-- Testing array_reduce() function with less than expected no. of arguments --\n";
32 -- Testing array_reduce() function with more than expected no. of arguments --
37 -- Testing array_reduce() function with less than expected no. of arguments --
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_class_vars_error.phpt14 //Test get_class_vars with one more than the expected number of arguments
15 echo "\n-- Testing get_class_vars() function with more than expected no. of arguments --\n";
20 // Testing get_class_vars with one less than the expected number of arguments
21 echo "\n-- Testing get_class_vars() function with less than expected no. of arguments --\n";
29 -- Testing get_class_vars() function with more than expected no. of arguments --
34 -- Testing get_class_vars() function with less than expected no. of arguments --
H A Dmethod_exists_error_001.phpt14 //Test method_exists with one more than the expected number of arguments
15 echo "\n-- Testing method_exists() function with more than expected no. of arguments --\n";
21 // Testing method_exists with one less than the expected number of arguments
22 echo "\n-- Testing method_exists() function with less than expected no. of arguments --\n";
31 -- Testing method_exists() function with more than expected no. of arguments --
36 -- Testing method_exists() function with less than expected no. of arguments --
/PHP-7.3/ext/standard/tests/network/
H A Dsyslog_error.phpt14 //Test syslog with one more than the expected number of arguments
15 echo "\n-- Testing syslog() function with more than expected no. of arguments --\n";
21 // Testing syslog with one less than the expected number of arguments
22 echo "\n-- Testing syslog() function with less than expected no. of arguments --\n";
31 -- Testing syslog() function with more than expected no. of arguments --
36 -- Testing syslog() function with less than expected no. of arguments --
/PHP-7.3/ext/xml/tests/
H A Dxml_parse_error.phpt20 //Test xml_parse with one more than the expected number of arguments
21 echo "\n-- Testing xml_parse() function with more than expected no. of arguments --\n";
28 // Testing xml_parse with one less than the expected number of arguments
29 echo "\n-- Testing xml_parse() function with less than expected no. of arguments --\n";
38 -- Testing xml_parse() function with more than expected no. of arguments --
43 -- Testing xml_parse() function with less than expected no. of arguments --
H A Dxml_set_notation_decl_handler_error.phpt20 //Test xml_set_notation_decl_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_notation_decl_handler() function with more than expected no. of argument…
27 // Testing xml_set_notation_decl_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_notation_decl_handler() function with less than expected no. of argument…
37 -- Testing xml_set_notation_decl_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_notation_decl_handler() function with less than expected no. of arguments --
H A Dxml_set_unparsed_entity_decl_handler_error.phpt20 //Test xml_set_unparsed_entity_decl_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_unparsed_entity_decl_handler() function with more than expected no. of a…
27 // Testing xml_set_unparsed_entity_decl_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_unparsed_entity_decl_handler() function with less than expected no. of a…
37 -- Testing xml_set_unparsed_entity_decl_handler() function with more than expected no. of arguments…
42 -- Testing xml_set_unparsed_entity_decl_handler() function with less than expected no. of arguments…
H A Dxml_parser_get_option_error.phpt20 //Test xml_parser_get_option with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_get_option() function with more than expected no. of arguments --\n";
27 // Testing xml_parser_get_option with one less than the expected number of arguments
28 echo "\n-- Testing xml_parser_get_option() function with less than expected no. of arguments --\n";
36 -- Testing xml_parser_get_option() function with more than expected no. of arguments --
41 -- Testing xml_parser_get_option() function with less than expected no. of arguments --

Completed in 44 milliseconds

12345678910>>...41