Home
last modified time | relevance | path

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

12345678910>>...37

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt40 $field, $expected[$field], gettype($expected[$field]),
47 $field, $expected, gettype($expected),
54 $field, $expected, gettype($expected),
68 $field, $expected[$field], gettype($expected[$field]),
75 $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 if (!empty($expected))
132 reset($expected);
134 if (!empty($expected)) {
162 foreach ($expected as $k => $v)
163 $expected[$k] = number_format(round($v), 0, '.', ',');
167 foreach ($expected as $k => $v)
172 foreach ($expected as $k => $v)
[all …]
H A Dmysqli_stmt_bind_result_format.phpt85 if (!is_array($expected)) {
102 if ($result !== $expected) {
105 gettype($expected), $expected,
120 reset($expected);
164 foreach ($expected as $k => $v)
169 foreach ($expected as $k => $v)
174 foreach ($expected as $k => $v)
179 foreach ($expected as $k => $v)
184 foreach ($expected as $k => $v)
189 foreach ($expected as $k => $v)
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug54384.phpt11 echo "exception (expected)\n";
157 IteratorIterator... exception (expected)
158 FilterIterator... exception (expected)
160 ParentIterator... exception (expected)
161 LimitIterator... exception (expected)
162 CachingIterator... exception (expected)
164 NoRewindIterator... exception (expected)
165 RegexIterator... exception (expected)
167 GlobIterator... exception (expected)
168 SplFileObject... exception (expected)
[all …]
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 …]
H A Dbug64023.phpt7 public function __toString() {return ' -expected- ';}
19 -expected- -expected- -expected-
20 -expected-
/PHP-5.5/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-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt16 $expected = array(
33 $expected['MYSQL_ATTR_MAX_BUFFER_SIZE'] = true;
34 $expected['MYSQL_ATTR_READ_DEFAULT_FILE'] = true;
35 $expected['MYSQL_ATTR_READ_DEFAULT_GROUP'] = true;
39 $expected['MYSQL_ATTR_SERVER_PUBLIC_KEY'] = true;
42 $expected['MYSQL_ATTR_SERVER_PUBLIC_KEY'] = true;
48 $expected['MYSQL_ATTR_SERVER_PUBLIC_KEY'] = true;
74 if (isset($expected[$name])) {
75 unset($expected[$name]);
88 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-5.5/ext/standard/tests/array/
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_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_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-5.5/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-5.5/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-5.5/ext/xml/tests/
H A Dxml_parser_set_option_error.phpt20 //Test xml_parser_set_option with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_set_option() function with more than expected no. of arguments --\n";
28 // Testing xml_parser_set_option with one less than the expected number of arguments
29 echo "\n-- Testing xml_parser_set_option() function with less than expected no. of arguments --\n";
39 -- Testing xml_parser_set_option() function with more than expected no. of arguments --
44 -- Testing xml_parser_set_option() function with less than expected no. of arguments --
H A Dxml_set_character_data_handler_error.phpt20 //Test xml_set_character_data_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_character_data_handler() function with more than expected no. of argumen…
27 // Testing xml_set_character_data_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_character_data_handler() function with less than expected no. of argumen…
37 -- Testing xml_set_character_data_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_character_data_handler() function with less than expected no. of arguments --
H A Dxml_set_default_handler_error.phpt20 //Test xml_set_default_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_default_handler() function with more than expected no. of arguments --\n…
27 // Testing xml_set_default_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_default_handler() function with less than expected no. of arguments --\n…
37 -- Testing xml_set_default_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_default_handler() function with less than expected no. of arguments --
H A Dxml_set_external_entity_ref_handler_error.phpt20 //Test xml_set_external_entity_ref_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_external_entity_ref_handler() function with more than expected no. of ar…
27 // Testing xml_set_external_entity_ref_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_external_entity_ref_handler() function with less than expected no. of ar…
37 -- Testing xml_set_external_entity_ref_handler() function with more than expected no. of arguments …
42 -- Testing xml_set_external_entity_ref_handler() function with less than expected no. of arguments …
H A Dxml_set_processing_instruction_handler_error.phpt20 //Test xml_set_processing_instruction_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_processing_instruction_handler() function with more than expected no. of…
27 // Testing xml_set_processing_instruction_handler with one less than the expected number of argumen…
28 echo "\n-- Testing xml_set_processing_instruction_handler() function with less than expected no. of…
37 -- Testing xml_set_processing_instruction_handler() function with more than expected no. of argumen…
42 -- Testing xml_set_processing_instruction_handler() function with less than expected no. of argumen…
H A Dxml_set_start_namespace_decl_handler_error.phpt20 //Test xml_set_start_namespace_decl_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_start_namespace_decl_handler() function with more than expected no. of a…
27 // Testing xml_set_start_namespace_decl_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_start_namespace_decl_handler() function with less than expected no. of a…
37 -- Testing xml_set_start_namespace_decl_handler() function with more than expected no. of arguments…
42 -- Testing xml_set_start_namespace_decl_handler() function with less than expected no. of arguments…
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 --

Completed in 42 milliseconds

12345678910>>...37