Home
last modified time | relevance | path

Searched refs:to (Results 101 – 125 of 5285) sorted by relevance

12345678910>>...212

/PHP-7.3/ext/standard/tests/array/
H A Dkey_variation1.phpt11 * Pass different data types as $array_arg argument to test behaviour of key()
37 // unexpected values to be passed to $array_arg argument
86 // loop through each element of $inputs to check the behavior of key()
102 Warning: key() expects parameter 1 to be array, int given in %s on line %d
107 Warning: key() expects parameter 1 to be array, int given in %s on line %d
112 Warning: key() expects parameter 1 to be array, int given in %s on line %d
117 Warning: key() expects parameter 1 to be array, int given in %s on line %d
147 Warning: key() expects parameter 1 to be array, null given in %s on line %d
152 Warning: key() expects parameter 1 to be array, null given in %s on line %d
157 Warning: key() expects parameter 1 to be array, bool given in %s on line %d
[all …]
H A Darray_change_key_case_variation1.phpt11 * Pass different data types as $input argument to test behaviour of array_change_key_case()
36 // unexpected values to be passed to $input argument
85 // loop through each element of $inputs to check the behavior of array_change_key_case()
102 Warning: array_change_key_case() expects parameter 1 to be array, int given in %s on line %d
107 Warning: array_change_key_case() expects parameter 1 to be array, int given in %s on line %d
112 Warning: array_change_key_case() expects parameter 1 to be array, int given in %s on line %d
117 Warning: array_change_key_case() expects parameter 1 to be array, int given in %s on line %d
122 Warning: array_change_key_case() expects parameter 1 to be array, float given in %s on line %d
147 Warning: array_change_key_case() expects parameter 1 to be array, null given in %s on line %d
152 Warning: array_change_key_case() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_diff_assoc_variation2.phpt39 //array of unexpected values to be passed to $arr1 argument
91 // loop through each element of $inputs to check the behavior of array_diff_assoc
106 Warning: array_diff_assoc(): Expected parameter 2 to be an array, int given in %s on line %d
111 Warning: array_diff_assoc(): Expected parameter 2 to be an array, int given in %s on line %d
116 Warning: array_diff_assoc(): Expected parameter 2 to be an array, int given in %s on line %d
121 Warning: array_diff_assoc(): Expected parameter 2 to be an array, int given in %s on line %d
126 Warning: array_diff_assoc(): Expected parameter 2 to be an array, float given in %s on line %d
151 Warning: array_diff_assoc(): Expected parameter 2 to be an array, null given in %s on line %d
156 Warning: array_diff_assoc(): Expected parameter 2 to be an array, null given in %s on line %d
161 Warning: array_diff_assoc(): Expected parameter 2 to be an array, bool given in %s on line %d
[all …]
H A Darray_diff_variation1.phpt39 // unexpected values to be passed to $input argument
91 // loop through each element of $inputs to check the behavior of array_diff
106 Warning: array_diff(): Expected parameter 1 to be an array, int given in %s on line %d
110 Warning: array_diff(): Expected parameter 1 to be an array, int given in %s on line %d
114 Warning: array_diff(): Expected parameter 1 to be an array, int given in %s on line %d
118 Warning: array_diff(): Expected parameter 1 to be an array, int given in %s on line %d
122 Warning: array_diff(): Expected parameter 1 to be an array, float given in %s on line %d
142 Warning: array_diff(): Expected parameter 1 to be an array, null given in %s on line %d
146 Warning: array_diff(): Expected parameter 1 to be an array, null given in %s on line %d
150 Warning: array_diff(): Expected parameter 1 to be an array, bool given in %s on line %d
[all …]
H A Darray_diff_variation2.phpt39 // unexpected values to be passed to $input argument
91 // loop through each element of $inputs to check the behavior of array_diff
105 Warning: array_diff(): Expected parameter 2 to be an array, int given in %s on line %d
109 Warning: array_diff(): Expected parameter 2 to be an array, int given in %s on line %d
113 Warning: array_diff(): Expected parameter 2 to be an array, int given in %s on line %d
117 Warning: array_diff(): Expected parameter 2 to be an array, int given in %s on line %d
121 Warning: array_diff(): Expected parameter 2 to be an array, float given in %s on line %d
141 Warning: array_diff(): Expected parameter 2 to be an array, null given in %s on line %d
145 Warning: array_diff(): Expected parameter 2 to be an array, null given in %s on line %d
149 Warning: array_diff(): Expected parameter 2 to be an array, bool given in %s on line %d
[all …]
H A Darray_merge_recursive_variation2.phpt11 * Passing non array values to 'arr2' argument of array_merge_recursive() and see
15 echo "*** Testing array_merge_recursive() : Passing non array values to \$arr2 argument ***\n";
40 // unexpected values to be passed to $arr2 argument
102 *** Testing array_merge_recursive() : Passing non array values to $arr2 argument ***
105 Warning: array_merge_recursive(): Expected parameter 2 to be an array, int given in %s on line %d
109 Warning: array_merge_recursive(): Expected parameter 2 to be an array, int given in %s on line %d
113 Warning: array_merge_recursive(): Expected parameter 2 to be an array, int given in %s on line %d
117 Warning: array_merge_recursive(): Expected parameter 2 to be an array, int given in %s on line %d
141 Warning: array_merge_recursive(): Expected parameter 2 to be an array, null given in %s on line %d
145 Warning: array_merge_recursive(): Expected parameter 2 to be an array, null given in %s on line %d
[all …]
H A Deach_variation1.phpt7 * and advance the pointer to the next element
12 * Pass different data types as $arr arg to each() to test behaviour
37 // unexpected values to be passed to $arr argument
86 // loop through each element of $inputs to check the behavior of each()
105 Warning: Variable passed to each() is not an array or object in %s on line %d
110 Warning: Variable passed to each() is not an array or object in %s on line %d
115 Warning: Variable passed to each() is not an array or object in %s on line %d
120 Warning: Variable passed to each() is not an array or object in %s on line %d
125 Warning: Variable passed to each() is not an array or object in %s on line %d
130 Warning: Variable passed to each() is not an array or object in %s on line %d
[all …]
H A Darray_diff_assoc_variation1.phpt39 //array of unexpected values to be passed to $arr1 argument
91 // loop through each element of $inputs to check the behavior of array_diff_assoc
106 Warning: array_diff_assoc(): Expected parameter 1 to be an array, int given in %s on line %d
111 Warning: array_diff_assoc(): Expected parameter 1 to be an array, int given in %s on line %d
116 Warning: array_diff_assoc(): Expected parameter 1 to be an array, int given in %s on line %d
121 Warning: array_diff_assoc(): Expected parameter 1 to be an array, int given in %s on line %d
126 Warning: array_diff_assoc(): Expected parameter 1 to be an array, float given in %s on line %d
151 Warning: array_diff_assoc(): Expected parameter 1 to be an array, null given in %s on line %d
156 Warning: array_diff_assoc(): Expected parameter 1 to be an array, null given in %s on line %d
161 Warning: array_diff_assoc(): Expected parameter 1 to be an array, bool given in %s on line %d
[all …]
/PHP-7.3/ext/imap/tests/
H A Dimap_close_variation1.phpt15 * Pass different data types as $stream_id argument to test behaviour of imap_close()
37 // unexpected values to be passed to $stream_id argument
83 // loop through each element of $inputs to check the behavior of imap_close()
97 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
102 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
107 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
112 Warning: imap_close() expects parameter 1 to be resource, int given in %simap_close_variation1.php …
117 Warning: imap_close() expects parameter 1 to be resource, float given in %simap_close_variation1.ph…
142 Warning: imap_close() expects parameter 1 to be resource, null given in %simap_close_variation1.php…
147 Warning: imap_close() expects parameter 1 to be resource, null given in %simap_close_variation1.php…
[all …]
/PHP-7.3/ext/intl/tests/
H A Dtimezone_equals_basic.phpt13 echo "Comparison to self:\n";
15 echo "Comparison to equal instance:\n";
17 echo "Comparison to equivalent instance:\n";
19 echo "Comparison to GMT:\n";
25 Comparison to self:
27 Comparison to equal instance:
29 Comparison to equivalent instance:
31 Comparison to GMT:
H A Dmsgfmt_format_subpatterns.phpt24 =1 {{2} invites {3} to her party.}
25 =2 {{2} invites {3} and one other person to her party.}
29 =1 {{2} invites {3} to his party.}
30 =2 {{2} invites {3} and one other person to his party.}
34 =1 {{2} invites {3} to their party.}
35 =2 {{2} invites {3} and one other person to their party.}
70 'Alice invites Bob to his party.'
71 'Alice invites Bob to his party.'
72 'Alice invites Bob and one other person to their party.'
73 'Alice invites Bob and one other person to their party.'
[all …]
/PHP-7.3/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt8 * Alias to functions:
52 //array of values to iterate over
112 Error: 2 - call_user_func_array() expects parameter 2 to be array, int given, %s(%d)
116 Error: 2 - call_user_func_array() expects parameter 2 to be array, int given, %s(%d)
120 Error: 2 - call_user_func_array() expects parameter 2 to be array, int given, %s(%d)
124 Error: 2 - call_user_func_array() expects parameter 2 to be array, int given, %s(%d)
148 Error: 2 - call_user_func_array() expects parameter 2 to be array, null given, %s(%d)
152 Error: 2 - call_user_func_array() expects parameter 2 to be array, null given, %s(%d)
156 Error: 2 - call_user_func_array() expects parameter 2 to be array, bool given, %s(%d)
160 Error: 2 - call_user_func_array() expects parameter 2 to be array, bool given, %s(%d)
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dfpassthru_basic.phpt8 and writes the results to the output buffer.
28 echo "\n-- After seeking position to 0 --\n";
32 echo "\n-- After seeking position to 3 --\n";
36 echo "\n-- After seeking position to 13 --\n";
77 -- After seeking position to 0 --
86 -- After seeking position to 3 --
95 -- After seeking position to 13 --
103 -- After seeking position to 14 --
111 -- After seeking position to 23 --
119 -- After seeking position to 34 --
[all …]
H A Dfpassthru_variation1.phpt10 * Alias to functions: gzpassthru
26 //array of values to iterate over
91 Warning: fpassthru() expects parameter 1 to be resource, int given in %s on line %d
96 Warning: fpassthru() expects parameter 1 to be resource, int given in %s on line %d
101 Warning: fpassthru() expects parameter 1 to be resource, int given in %s on line %d
106 Warning: fpassthru() expects parameter 1 to be resource, int given in %s on line %d
111 Warning: fpassthru() expects parameter 1 to be resource, float given in %s on line %d
116 Warning: fpassthru() expects parameter 1 to be resource, float given in %s on line %d
121 Warning: fpassthru() expects parameter 1 to be resource, float given in %s on line %d
161 Warning: fpassthru() expects parameter 1 to be resource, null given in %s on line %d
[all …]
/PHP-7.3/ext/standard/tests/dir/
H A Ddir_variation2-win32-mb.phpt18 * Passing non resource values to 'context' argument of dir() and see
46 // unexpected values to be passed to $directory argument
119 Warning: dir() expects parameter 2 to be resource, int given in %s on line %d
123 Warning: dir() expects parameter 2 to be resource, int given in %s on line %d
127 Warning: dir() expects parameter 2 to be resource, int given in %s on line %d
131 Warning: dir() expects parameter 2 to be resource, int given in %s on line %d
135 Warning: dir() expects parameter 2 to be resource, float given in %s on line %d
175 Warning: dir() expects parameter 2 to be resource, null given in %s on line %d
179 Warning: dir() expects parameter 2 to be resource, null given in %s on line %d
183 Warning: dir() expects parameter 2 to be resource, bool given in %s on line %d
[all …]
H A Dopendir_variation2-win32-mb.phpt17 * Pass different data types as $context argument to opendir() to test behaviour
50 // unexpected values to be passed to $context argument
99 // loop through each element of $inputs to check the behavior of opendir()
123 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
128 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
133 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
138 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
168 Warning: opendir() expects parameter 2 to be resource, null given in %s on line %d
173 Warning: opendir() expects parameter 2 to be resource, null given in %s on line %d
178 Warning: opendir() expects parameter 2 to be resource, bool given in %s on line %d
[all …]
H A Dopendir_variation2.phpt11 * Pass different data types as $context argument to opendir() to test behaviour
44 // unexpected values to be passed to $context argument
93 // loop through each element of $inputs to check the behavior of opendir()
117 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
122 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
127 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
132 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
162 Warning: opendir() expects parameter 2 to be resource, null given in %s on line %d
167 Warning: opendir() expects parameter 2 to be resource, null given in %s on line %d
172 Warning: opendir() expects parameter 2 to be resource, bool given in %s on line %d
[all …]
/PHP-7.3/ext/sockets/tests/
H A Dipv4loop.phpt14 die('Unable to create AF_INET socket [server]');
24 die("Unable to bind to 127.0.0.1");
27 die('Unable to listen on socket');
30 /* Connect to it */
33 die('Unable to create AF_INET socket [client]');
36 die('Unable to connect to server socket');
42 die('Unable to accept connection');
/PHP-7.3/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_simple_doclit.inc5 …return new SoapFault("Server", "Fault in response to 'echoEmptyFault'.", null, null, "SimpleFault"…
9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau…
13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param1…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2…
22 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, null, "SimpleF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3…
32 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2…
38 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults3'.", null, $input->param2…
[all …]
H A Dround4_groupH_simple_rpcenc.inc5 …return new SoapFault("Server", "Fault in response to 'echoEmptyFault'.", null, null, "SimpleFault"…
9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau…
13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $string, "Simp…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $floats, "Simp…
22 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, null, "SimpleF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $string, "Simp…
32 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $float, "Simpl…
38 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults3'.", null, $param2, "Simp…
46 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults4'.", null, $enum, "Simple…
[all …]
/PHP-7.3/ext/xml/tests/
H A Dxml_get_current_byte_index_variation1.phpt14 * Alias to functions:
33 //array of values to iterate over
102 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, int given in %s on line %d
107 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, int given in %s on line %d
112 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, int given in %s on line %d
117 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, int given in %s on line %d
122 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, float given in %s on line…
127 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, float given in %s on line…
132 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, float given in %s on line…
172 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, null given in %s on line …
[all …]
H A Dxml_get_current_column_number_variation1.phpt14 * Alias to functions:
34 //array of values to iterate over
103 Warning: xml_get_current_column_number() expects parameter 1 to be resource, int given in %s on lin…
108 Warning: xml_get_current_column_number() expects parameter 1 to be resource, int given in %s on lin…
113 Warning: xml_get_current_column_number() expects parameter 1 to be resource, int given in %s on lin…
118 Warning: xml_get_current_column_number() expects parameter 1 to be resource, int given in %s on lin…
123 Warning: xml_get_current_column_number() expects parameter 1 to be resource, float given in %s on l…
128 Warning: xml_get_current_column_number() expects parameter 1 to be resource, float given in %s on l…
133 Warning: xml_get_current_column_number() expects parameter 1 to be resource, float given in %s on l…
173 Warning: xml_get_current_column_number() expects parameter 1 to be resource, null given in %s on li…
[all …]
H A Dxml_get_error_code_variation1.phpt14 * Alias to functions:
33 //array of values to iterate over
102 Warning: xml_get_error_code() expects parameter 1 to be resource, int given in %s on line %d
107 Warning: xml_get_error_code() expects parameter 1 to be resource, int given in %s on line %d
112 Warning: xml_get_error_code() expects parameter 1 to be resource, int given in %s on line %d
117 Warning: xml_get_error_code() expects parameter 1 to be resource, int given in %s on line %d
122 Warning: xml_get_error_code() expects parameter 1 to be resource, float given in %s on line %d
127 Warning: xml_get_error_code() expects parameter 1 to be resource, float given in %s on line %d
132 Warning: xml_get_error_code() expects parameter 1 to be resource, float given in %s on line %d
172 Warning: xml_get_error_code() expects parameter 1 to be resource, null given in %s on line %d
[all …]
H A Dxml_get_current_line_number_variation1.phpt14 * Alias to functions:
33 //array of values to iterate over
102 Warning: xml_get_current_line_number() expects parameter 1 to be resource, int given in %s on line …
107 Warning: xml_get_current_line_number() expects parameter 1 to be resource, int given in %s on line …
112 Warning: xml_get_current_line_number() expects parameter 1 to be resource, int given in %s on line …
117 Warning: xml_get_current_line_number() expects parameter 1 to be resource, int given in %s on line …
122 Warning: xml_get_current_line_number() expects parameter 1 to be resource, float given in %s on lin…
127 Warning: xml_get_current_line_number() expects parameter 1 to be resource, float given in %s on lin…
132 Warning: xml_get_current_line_number() expects parameter 1 to be resource, float given in %s on lin…
172 Warning: xml_get_current_line_number() expects parameter 1 to be resource, null given in %s on line…
[all …]
H A Dxml_parser_free_variation1.phpt14 * Alias to functions:
33 //array of values to iterate over
102 Warning: xml_parser_free() expects parameter 1 to be resource, int given in %s on line %d
107 Warning: xml_parser_free() expects parameter 1 to be resource, int given in %s on line %d
112 Warning: xml_parser_free() expects parameter 1 to be resource, int given in %s on line %d
117 Warning: xml_parser_free() expects parameter 1 to be resource, int given in %s on line %d
122 Warning: xml_parser_free() expects parameter 1 to be resource, float given in %s on line %d
127 Warning: xml_parser_free() expects parameter 1 to be resource, float given in %s on line %d
132 Warning: xml_parser_free() expects parameter 1 to be resource, float given in %s on line %d
172 Warning: xml_parser_free() expects parameter 1 to be resource, null given in %s on line %d
[all …]

Completed in 103 milliseconds

12345678910>>...212