Home
last modified time | relevance | path

Searched refs:to (Results 151 – 175 of 5541) sorted by relevance

12345678910>>...222

/PHP-7.3/ext/date/tests/
H A Dtimezone_transitions_get_variation1.phpt2 Test timezone_transitions_get() function : usage variation - Passing unexpected values to first arg…
8 * Alias to functions: DateTimeZone::getTransitions()
44 //array of values to iterate over
113 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, int given in %s on line…
118 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, int given in %s on line…
123 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, int given in %s on line…
128 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, int given in %s on line…
133 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, float given in %s on li…
168 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, null given in %s on lin…
173 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, null given in %s on lin…
[all …]
H A Ddate_sunrise_variation6.phpt8 * Alias to functions:
44 //array of values to iterate over
126 Warning: date_sunrise() expects parameter 6 to be float, array given in %s on line %d
129 Warning: date_sunrise() expects parameter 6 to be float, array given in %s on line %d
132 Warning: date_sunrise() expects parameter 6 to be float, array given in %s on line %d
137 Warning: date_sunrise() expects parameter 6 to be float, array given in %s on line %d
140 Warning: date_sunrise() expects parameter 6 to be float, array given in %s on line %d
143 Warning: date_sunrise() expects parameter 6 to be float, array given in %s on line %d
148 Warning: date_sunrise() expects parameter 6 to be float, array given in %s on line %d
151 Warning: date_sunrise() expects parameter 6 to be float, array given in %s on line %d
[all …]
H A Ddate_sunset_variation1.phpt2 Test date_sunset() function : usage variation - Passing unexpected values to first argument time.
8 * Alias to functions:
45 //array of values to iterate over
147 Warning: date_sunset() expects parameter 1 to be int, array given in %s on line %d
150 Warning: date_sunset() expects parameter 1 to be int, array given in %s on line %d
153 Warning: date_sunset() expects parameter 1 to be int, array given in %s on line %d
158 Warning: date_sunset() expects parameter 1 to be int, array given in %s on line %d
161 Warning: date_sunset() expects parameter 1 to be int, array given in %s on line %d
164 Warning: date_sunset() expects parameter 1 to be int, array given in %s on line %d
169 Warning: date_sunset() expects parameter 1 to be int, array given in %s on line %d
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Darray_sum_variation1.phpt11 * Passing different scalar/nonscalar values as 'input' argument to array_sum()
89 Warning: array_sum() expects parameter 1 to be array, int given in %s on line %d
93 Warning: array_sum() expects parameter 1 to be array, int given in %s on line %d
97 Warning: array_sum() expects parameter 1 to be array, int given in %s on line %d
101 Warning: array_sum() expects parameter 1 to be array, int given in %s on line %d
105 Warning: array_sum() expects parameter 1 to be array, float given in %s on line %d
125 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
129 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
133 Warning: array_sum() expects parameter 1 to be array, bool given in %s on line %d
137 Warning: array_sum() expects parameter 1 to be array, bool given in %s on line %d
[all …]
H A Darray_filter_variation1.phpt16 * Parameters : array for which each elements needs to be used in function
18 * Discription : function applied to each element of the passed array and returns true
105 Warning: array_filter() expects parameter 1 to be array, int given in %s on line %d
109 Warning: array_filter() expects parameter 1 to be array, int given in %s on line %d
113 Warning: array_filter() expects parameter 1 to be array, int given in %s on line %d
117 Warning: array_filter() expects parameter 1 to be array, int given in %s on line %d
141 Warning: array_filter() expects parameter 1 to be array, null given in %s on line %d
145 Warning: array_filter() expects parameter 1 to be array, null given in %s on line %d
149 Warning: array_filter() expects parameter 1 to be array, bool given in %s on line %d
153 Warning: array_filter() expects parameter 1 to be array, bool given in %s on line %d
[all …]
H A Dshuffle_variation1.phpt35 //array of values to iterate over
82 // loop through the array to test shuffle() function
101 Warning: shuffle() expects parameter 1 to be array, int given in %s on line %d
106 Warning: shuffle() expects parameter 1 to be array, int given in %s on line %d
111 Warning: shuffle() expects parameter 1 to be array, int given in %s on line %d
116 Warning: shuffle() expects parameter 1 to be array, int given in %s on line %d
121 Warning: shuffle() expects parameter 1 to be array, float given in %s on line %d
146 Warning: shuffle() expects parameter 1 to be array, null given in %s on line %d
151 Warning: shuffle() expects parameter 1 to be array, null given in %s on line %d
156 Warning: shuffle() expects parameter 1 to be array, bool given in %s on line %d
[all …]
H A Darray_intersect_ukey_variation3.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to callback argu…
40 //array of values to iterate over
101 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
104 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
109 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
112 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
117 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
120 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
125 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
128 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
[all …]
H A Darray_map_variation18.phpt6 * Description: Applies the callback to the elements of the given arrays
94 // loop through each element of $unexpected_inputs to check the behavior of array_map
107 Warning: array_map(): Expected parameter 2 to be an array, int given in %s on line %d%d
111 Warning: array_map(): Expected parameter 2 to be an array, int given in %s on line %d%d
115 Warning: array_map(): Expected parameter 2 to be an array, int given in %s on line %d%d
119 Warning: array_map(): Expected parameter 2 to be an array, int given in %s on line %d%d
123 Warning: array_map(): Expected parameter 2 to be an array, float given in %s on line %d%d
143 Warning: array_map(): Expected parameter 2 to be an array, null given in %s on line %d%d
147 Warning: array_map(): Expected parameter 2 to be an array, null given in %s on line %d%d
151 Warning: array_map(): Expected parameter 2 to be an array, bool given in %s on line %d%d
[all …]
H A Darray_product_variation5.phpt8 * Alias to functions:
40 //array of values to iterate over
101 Warning: array_product() expects parameter 1 to be array, int given in %sarray_product_variation5.p…
106 Warning: array_product() expects parameter 1 to be array, int given in %sarray_product_variation5.p…
111 Warning: array_product() expects parameter 1 to be array, int given in %sarray_product_variation5.p…
116 Warning: array_product() expects parameter 1 to be array, int given in %sarray_product_variation5.p…
121 Warning: array_product() expects parameter 1 to be array, float given in %sarray_product_variation5…
146 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
151 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
156 Warning: array_product() expects parameter 1 to be array, bool given in %sarray_product_variation5.…
[all …]
H A Duksort_variation1.phpt8 * Alias to functions:
41 //array of values to iterate over
102 Warning: uksort() expects parameter 1 to be array, int given in %suksort_variation1.php on line %d
107 Warning: uksort() expects parameter 1 to be array, int given in %suksort_variation1.php on line %d
112 Warning: uksort() expects parameter 1 to be array, int given in %suksort_variation1.php on line %d
117 Warning: uksort() expects parameter 1 to be array, int given in %suksort_variation1.php on line %d
122 Warning: uksort() expects parameter 1 to be array, float given in %suksort_variation1.php on line %d
147 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
152 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
157 Warning: uksort() expects parameter 1 to be array, bool given in %suksort_variation1.php on line %d
[all …]
H A Darray_flip_variation1.phpt89 Warning: array_flip() expects parameter 1 to be array, int given in %s on line %d
93 Warning: array_flip() expects parameter 1 to be array, int given in %s on line %d
97 Warning: array_flip() expects parameter 1 to be array, int given in %s on line %d
101 Warning: array_flip() expects parameter 1 to be array, int given in %s on line %d
105 Warning: array_flip() expects parameter 1 to be array, float given in %s on line %d
109 Warning: array_flip() expects parameter 1 to be array, float given in %s on line %d
125 Warning: array_flip() expects parameter 1 to be array, null given in %s on line %d
129 Warning: array_flip() expects parameter 1 to be array, null given in %s on line %d
133 Warning: array_flip() expects parameter 1 to be array, bool given in %s on line %d
137 Warning: array_flip() expects parameter 1 to be array, bool given in %s on line %d
[all …]
/PHP-7.3/ext/intl/tests/
H A Dmsgfmt_format_subpatterns_named.phpt24 =1 {{host} invites {guest} to her party.}
25 =2 {{host} invites {guest} and one other person to her party.}
29 =1 {{host} invites {guest} to his party.}
30 =2 {{host} invites {guest} and one other person to his party.}
34 =1 {{host} invites {guest} 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.'
74 'Alice invites Bob as one of the 26 people invited to her party.'
[all …]
/PHP-7.3/ext/standard/tests/network/
H A Dfsockopen_error.phpt8 * Alias to functions:
29 echo "\n-- Attempting to connect to a non-existent socket --\n";
38 echo "\n-- Attempting to connect using an invalid protocol --\n";
64 -- Attempting to connect to a non-existent socket --
66 Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31337 (%a) in %s on line %d
70 -- Attempting to connect using an invalid protocol --
72 …g: fsockopen(): unable to connect to invalid://127.0.0.1:31337 (Unable to find the socket transpor…
74 string(100) "Unable to find the socket transport "invalid" - did you forget to enable it when you c…
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt8 * Alias to functions:
13 * Alias to functions:
93to execute a method or access a property of an incomplete object. Please ensure that the class def…
96to execute a method or access a property of an incomplete object. Please ensure that the class def…
98to execute a method or access a property of an incomplete object. Please ensure that the class def…
101to execute a method or access a property of an incomplete object. Please ensure that the class def…
104to execute a method or access a property of an incomplete object. Please ensure that the class def…
107to execute a method or access a property of an incomplete object. Please ensure that the class def…
110to execute a method or access a property of an incomplete object. Please ensure that the class def…
112to execute a method or access a property of an incomplete object. Please ensure that the class def…
[all …]
/PHP-7.3/ext/sockets/tests/
H A Dunixloop.phpt22 die('Unable to create AF_UNIX socket [server]');
25 die("Unable to bind to $sock_path");
28 die('Unable to listen on socket');
31 /* Connect to it */
34 die('Unable to create AF_UNIX socket [client]');
37 die('Unable to connect to server socket');
43 die('Unable to accept connection');
/PHP-7.3/ext/standard/tests/file/
H A Dmkdir_variation4.phpt10 * Alias to functions:
56 //array of values to iterate over
131 Error: 2 - mkdir() expects parameter 4 to be resource, int given, %s(%d)
134 Error: 2 - mkdir() expects parameter 4 to be resource, int given, %s(%d)
137 Error: 2 - mkdir() expects parameter 4 to be resource, int given, %s(%d)
140 Error: 2 - mkdir() expects parameter 4 to be resource, int given, %s(%d)
143 Error: 2 - mkdir() expects parameter 4 to be resource, float given, %s(%d)
176 Error: 2 - mkdir() expects parameter 4 to be resource, bool given, %s(%d)
179 Error: 2 - mkdir() expects parameter 4 to be resource, bool given, %s(%d)
182 Error: 2 - mkdir() expects parameter 4 to be resource, bool given, %s(%d)
[all …]
H A Dftruncate_variation1-win32-mb.phpt13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
53 /* truncate it to size 0 */
76 -- Testing ftruncate(): truncate file to size = 0 --
84 -- Testing ftruncate(): truncate file to size = 0 --
92 -- Testing ftruncate(): truncate file to size = 0 --
100 -- Testing ftruncate(): truncate file to size = 0 --
108 -- Testing ftruncate(): truncate file to size = 0 --
116 -- Testing ftruncate(): truncate file to size = 0 --
[all …]
H A Dftruncate_variation1-win32.phpt13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
53 /* truncate it to size 0 */
76 -- Testing ftruncate(): truncate file to size = 0 --
84 -- Testing ftruncate(): truncate file to size = 0 --
92 -- Testing ftruncate(): truncate file to size = 0 --
100 -- Testing ftruncate(): truncate file to size = 0 --
108 -- Testing ftruncate(): truncate file to size = 0 --
116 -- Testing ftruncate(): truncate file to size = 0 --
[all …]
H A Dftruncate_variation1.phpt13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
53 /* truncate it to size 0 */
76 -- Testing ftruncate(): truncate file to size = 0 --
84 -- Testing ftruncate(): truncate file to size = 0 --
92 -- Testing ftruncate(): truncate file to size = 0 --
100 -- Testing ftruncate(): truncate file to size = 0 --
108 -- Testing ftruncate(): truncate file to size = 0 --
116 -- Testing ftruncate(): truncate file to size = 0 --
[all …]
/PHP-7.3/ext/spl/tests/
H A DarrayObject_clone_basic1.phpt7 $a['p1'] = 'new element added to a before clone';
11 $a['p2'] = 'new element added to a after clone';
12 $aa1['new.aa1'] = 'new element added to aa1';
13 $aa2['new.aa2'] = 'new element added to aa2';
23 string(35) "new element added to a before clone"
25 string(34) "new element added to a after clone"
35 string(24) "new element added to aa1"
46 string(24) "new element added to aa2"
H A DarrayObject_exchangeArray_basic1.phpt7 $cowRef = $swapIn; // create a copy-on-write ref to $swapIn
10 $ao['a'] = 'adding element to $ao';
11 $swapIn['b'] = 'adding element to $swapIn';
12 $ao['c'] = 'adding another element to $ao';
26 string(25) "adding element to $swapIn"
36 string(21) "adding element to $ao"
38 string(29) "adding another element to $ao"
/PHP-7.3/ext/pspell/
H A DREADME16 working with the aspell module for php. This is due to the fact that the
17 author changed things around a bit, and suggested that people link to pspell
20 added). I did not want to modify existing aspell module, because it would
28 In order to use pspell, you need to have *both* aspell and pspell libraries
29 installed, and they have to be compatible with each other. Get the latest
32 I expect the libraries to be in /usr/local (that's the default when you
44 be relative to $HOME, which is probably set to "/root". This is probably not
45 what you want because you need write access for nobody to be able to write
46 to a dictionary. Once the dictionary is open, you can use
47 pspell_add_to_personal() to add words to the wordlist and finally
[all …]
/PHP-7.3/ext/spl/internal/
H A Dlimititerator.inc33 * @param it Iterator to limit
34 * @param offset Offset to first element
35 * @param count Maximum number of elements to show or -1 for all
51 /** Seek to specified position
52 * @param position offset to seek to (relative to beginning not offset
58 throw new exception('Cannot seek to '.$position.' which is below offset '.$this->offset);
73 /** Rewind to offset specified in constructor
101 /** Forward to nect element
108 /** @return current position relative to zero (not to offset specified in
125 * @param func Name of method to invoke
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dstr_repeat.phpt8 Description: Returns input repeated multiplier times. multiplier has to be
9 greater than or equal to 0. If the multiplier is set to 0, the function
37 /* variations in multiplier as well as string to be repeated. Same variant
38 values are used as string to be repeated as well as multiplier */
136 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
139 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
142 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
145 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
148 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
155 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
[all …]
/PHP-7.3/Zend/tests/
H A Dbug54039.phpt8 echo "Outer function increments \$v to $v\n";
24 echo "Outer function increments \$v to $v\n";
34 echo "Outer function catenates 'b' onto \$v to give $v\n";
45 Outer function increments $v to 1
47 Outer function increments $v to 2
49 Outer function increments $v to 1
51 Outer function increments $v to 2
53 Outer function catenates 'b' onto $v to give b
54 Outer function catenates 'a' onto $v to give ba
56 Outer function catenates 'b' onto $v to give bab
[all …]

Completed in 64 milliseconds

12345678910>>...222