Home
last modified time | relevance | path

Searched refs:to (Results 26 – 50 of 4027) sorted by relevance

12345678910>>...162

/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation1.phpt28 //array of values with indices to iterate over
102 Warning: asort() expects parameter 1 to be array, integer given in %s on line %d
105 Warning: asort() expects parameter 1 to be array, integer given in %s on line %d
219 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
222 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
225 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
228 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
232 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
235 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
238 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dksort_variation1.phpt6 * Description: Sort an array by key, maintaining key to data correlation
100 Warning: ksort() expects parameter 1 to be array, integer given in %s on line %d
103 Warning: ksort() expects parameter 1 to be array, integer given in %s on line %d
217 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
220 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
223 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
226 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
230 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
233 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
236 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dkrsort_variation1.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
100 Warning: krsort() expects parameter 1 to be array, integer given in %s on line %d
103 Warning: krsort() expects parameter 1 to be array, integer given in %s on line %d
217 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
220 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
223 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
226 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
230 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
233 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
236 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dsort_variation1.phpt28 //array of values to iterate over
101 Warning: sort() expects parameter 1 to be array, integer given in %s on line %d
104 Warning: sort() expects parameter 1 to be array, integer given in %s on line %d
218 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
221 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
224 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
227 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
231 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
234 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
237 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_chunk_variation2.phpt24 //array of values to iterate over
116 Warning: array_chunk(): Size parameter expected to be greater than 0 in %s on line %d
178 Warning: array_chunk() expects parameter 2 to be long, array given in %s on line %d
181 Warning: array_chunk() expects parameter 2 to be long, array given in %s on line %d
184 Warning: array_chunk() expects parameter 2 to be long, array given in %s on line %d
189 Warning: array_chunk() expects parameter 2 to be long, array given in %s on line %d
192 Warning: array_chunk() expects parameter 2 to be long, array given in %s on line %d
195 Warning: array_chunk() expects parameter 2 to be long, array given in %s on line %d
200 Warning: array_chunk() expects parameter 2 to be long, array given in %s on line %d
203 Warning: array_chunk() expects parameter 2 to be long, array given in %s on line %d
[all …]
H A Drsort_variation1.phpt11 * Pass different data types as $array_arg argument to rsort() to test behaviour
36 // unexpected values to be passed to $array_arg argument
84 // loop through each element of $inputs to check the behavior of rsort()
109 Warning: rsort() expects parameter 1 to be array, integer given in %s on line %d
113 Warning: rsort() expects parameter 1 to be array, integer given in %s on line %d
262 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
266 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
270 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
274 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
279 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_walk_recursive_variation1.phpt6 * Description: Apply a user function to every member of an array
30 // extra parameter passed to array_walk_recursive()
40 // different scalar/nonscalar values to be used in place of an 'input' argument
98 Warning: array_walk_recursive() expects parameter 1 to be array, integer given in %s on line %d
101 Warning: array_walk_recursive() expects parameter 1 to be array, integer given in %s on line %d
126 Warning: array_walk_recursive() expects parameter 1 to be array, double given in %s on line %d
129 Warning: array_walk_recursive() expects parameter 1 to be array, double given in %s on line %d
161 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
164 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
168 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_walk_variation1.phpt6 * Description: Apply a user function to every member of an array
30 // extra parameter passed to array_walk()
40 // different scalar/nonscalar values to be used in place of an 'input' argument
98 Warning: array_walk() expects parameter 1 to be array, integer given in %s on line %d
126 Warning: array_walk() expects parameter 1 to be array, double given in %s on line %d
161 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
164 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
168 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
171 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
238 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darsort_variation1.phpt7 Elements will be arranged from highest to lowest when this function has completed.
28 //array of values with indices to iterate over
102 Warning: arsort() expects parameter 1 to be array, integer given in %sarsort_variation1.php on line…
105 Warning: arsort() expects parameter 1 to be array, integer given in %sarsort_variation1.php on line…
219 Warning: arsort() expects parameter 1 to be array, null given in %sarsort_variation1.php on line %d
222 Warning: arsort() expects parameter 1 to be array, null given in %sarsort_variation1.php on line %d
225 Warning: arsort() expects parameter 1 to be array, null given in %sarsort_variation1.php on line %d
228 Warning: arsort() expects parameter 1 to be array, null given in %sarsort_variation1.php on line %d
232 Warning: arsort() expects parameter 1 to be array, null given in %sarsort_variation1.php on line %d
235 Warning: arsort() expects parameter 1 to be array, null given in %sarsort_variation1.php on line %d
[all …]
H A Darray_combine_variation1.phpt12 * Testing array_combine() function by passing values to $keys argument other than arrays
17 echo "*** Testing array_combine() : Passing non-array values to \$keys argument ***\n";
42 // unexpected values to be passed to $keys argument
101 *** Testing array_combine() : Passing non-array values to $keys argument ***
120 Warning: array_combine() expects parameter 1 to be array, double given in %s on line %d
124 Warning: array_combine() expects parameter 1 to be array, double given in %s on line %d
128 Warning: array_combine() expects parameter 1 to be array, double given in %s on line %d
140 Warning: array_combine() expects parameter 1 to be array, null given in %s on line %d
144 Warning: array_combine() expects parameter 1 to be array, null given in %s on line %d
188 Warning: array_combine() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_combine_variation2.phpt12 * Testing array_combine() function by passing values to $values argument other than arrays
17 echo "*** Testing array_combine() : Passing non-array values to \$values argument ***\n";
42 // unexpected values to be passed to $values argument
101 *** Testing array_combine() : Passing non-array values to $values argument ***
120 Warning: array_combine() expects parameter 2 to be array, double given in %s on line %d
124 Warning: array_combine() expects parameter 2 to be array, double given in %s on line %d
128 Warning: array_combine() expects parameter 2 to be array, double given in %s on line %d
140 Warning: array_combine() expects parameter 2 to be array, null given in %s on line %d
144 Warning: array_combine() expects parameter 2 to be array, null given in %s on line %d
188 Warning: array_combine() expects parameter 2 to be array, null given in %s on line %d
[all …]
H A Darray_key_exists_variation2.phpt2 Test array_key_exists() function : usage variations - Pass different data types to $search arg
8 * Alias to functions: key_exists
12 * Pass different data types as $search argument to array_key_exists() to test behaviour
40 // unexpected values to be passed to $search argument
89 // loop through each element of $inputs to check the behavior of array_key_exists()
127 Warning: array_key_exists() expects parameter 2 to be array, double given in %s on line %d
132 Warning: array_key_exists() expects parameter 2 to be array, double given in %s on line %d
152 Warning: array_key_exists() expects parameter 2 to be array, null given in %s on line %d
157 Warning: array_key_exists() expects parameter 2 to be array, null given in %s on line %d
213 Warning: array_key_exists() expects parameter 2 to be array, null given in %s on line %d
[all …]
/PHP-5.5/Zend/tests/
H A Dclosure_041.phpt69 scoped to A: bool(false)
71 scoped to A: bool(false)
73 scoped to A: bool(true)
75 scoped to A: bool(true)
78 scoped to A: bool(false)
80 scoped to A: bool(false)
82 scoped to A: bool(true)
84 scoped to A: bool(true)
97 scoped to A: bool(true)
99 scoped to A: bool(true)
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation7.phpt40 echo "*** Create soft link to file and then to itself ***\n";
41 // create soft link to $filename
43 // create another link to $linkname
48 echo "\n*** Create soft link to directory and then to itself ***\n";
49 // create soft link to $dirname
51 // create another link to $dirname
56 echo "\n*** Create hard link to file and then to itself ***\n";
57 // create hard link to $filename
77 *** Create soft link to file and then to itself ***
83 *** Create soft link to directory and then to itself ***
[all …]
H A Dftruncate_variation6-win32.phpt2 Test ftruncate() function : usage variations - truncate file to smaller size
13 Description: Truncates a file to a given length
16 /* truncate the file to smaller size and display the content */
49 echo "Error: failed to open file $filename!\n";
53 rewind($file_handle); // file pointer to 0
56 /* try to truncate it and display the file content */
297 File content after truncating file to 15 size : string(15) "line
306 File content after truncating file to 15 size : string(15) "line
315 File content after truncating file to 15 size : string(15) "line
324 File content after truncating file to 15 size : string(15) "line
[all …]
H A Dftruncate_variation6.phpt2 Test ftruncate() function : usage variations - truncate file to smaller size
13 Description: Truncates a file to a given length
16 /* truncate the file to smaller size and display the content */
49 echo "Error: failed to open file $filename!\n";
53 rewind($file_handle); // file pointer to 0
56 /* try to truncate it and display the file content */
297 File content after truncating file to 15 size : string(15) "line
306 File content after truncating file to 15 size : string(15) "line
315 File content after truncating file to 15 size : string(15) "line
324 File content after truncating file to 15 size : string(15) "line
[all …]
/PHP-5.5/ext/openssl/tests/
H A D003.phpt29 string(57) "Object of class stdClass could not be converted to string"
30 string(45) "Object of class stdClass to string conversion"
31 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
35 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
37 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
39 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
41 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
/PHP-5.5/tests/classes/
H A Dimplicit_instantiation_001.phpt6 // These values get implicitly converted to objects
11 // These values do not get implicitly converted to objects
40 --> Attempting implicit conversion to object using increment...
46 --> Attempting implicit conversion to object using assignment...
58 --> Attempting implicit conversion to object using increment...
64 --> Attempting implicit conversion to object using assignment...
76 --> Attempting implicit conversion to object using increment...
94 --> Attempting implicit conversion to object using increment...
96 Warning: Attempt to %s property of non-object in %s on line 18
110 Warning: Attempt to %s property of non-object in %s on line 18
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dconfig.h.in8 /* Define to 1 if using `alloca.c'. */
18 /* Define to 1 if you have the <dlfcn.h> header file. */
21 /* Define to 1 if you have the <inttypes.h> header file. */
24 /* Define to 1 if you have the <memory.h> header file. */
33 /* Define to 1 if you have the <stdint.h> header file. */
36 /* Define to 1 if you have the <stdlib.h> header file. */
42 /* Define to 1 if you have the <string.h> header file. */
66 /* Define to the full name of this package. */
75 /* Define to the version of this package. */
95 /* Define to 1 if you have the ANSI C header files. */
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_getpeername_ipv4loop.phpt14 /* Bind and connect sockets to localhost */
17 /* Hold the port associated to address */
23 die('Unable to create AF_INET socket [server]');
27 die('Unable to bind to '.$localhost.':'.$port);
30 die('Unable to listen on socket');
33 /* Connect to it */
36 die('Unable to create AF_INET socket [client]');
39 die('Unable to connect to server socket');
45 die('Unable to accept connection');
49 die('Unable to retrieve peer name');
H A Dsocket_getpeername_ipv6loop.phpt15 /* Bind and connect sockets to localhost */
18 /* Hold the port associated to address */
24 die('Unable to create AF_INET6 socket [server]');
28 die('Unable to bind to '.$localhost.':'.$port);
31 die('Unable to listen on socket');
34 /* Connect to it */
37 die('Unable to create AF_INET6 socket [client]');
40 die('Unable to connect to server socket');
46 die('Unable to accept connection');
50 die('Unable to retrieve peer name');
/PHP-5.5/ext/spl/tests/
H A DarrayObject_clone_basic2.phpt9 $c->p1 = 'new prop added to c before clone';
13 $c->p2 = 'new prop added to c after clone';
14 $ao1['new.ao1'] = 'new element added to ao1';
15 $ao2['new.ao2'] = 'new element added to ao2';
21 string(32) "new prop added to c before clone"
23 string(31) "new prop added to c after clone"
25 string(24) "new element added to ao1"
31 string(32) "new prop added to c before clone"
33 string(31) "new prop added to c after clone"
35 string(24) "new element added to ao1"
[all …]
/PHP-5.5/ext/standard/tests/dir/
H A Drewinddir_variation1.phpt6 * Description: Rewind dir_handle back to the start
8 * Alias to functions: rewind
12 * Pass different data types as $dir_handle argument to rewinddir() to test behaviour
34 // unexpected values to be passed to $dir_handle argument
80 // loop through each element of $inputs to check the behavior of rewinddir()
114 Warning: rewinddir() expects parameter 1 to be resource, double given in %s on line %d
119 Warning: rewinddir() expects parameter 1 to be resource, double given in %s on line %d
139 Warning: rewinddir() expects parameter 1 to be resource, null given in %s on line %d
144 Warning: rewinddir() expects parameter 1 to be resource, null given in %s on line %d
204 Warning: rewinddir() expects parameter 1 to be resource, null given in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dhebrevc_basic.phpt7 * Description: Convert logical Hebrew text to visual text
13 … text to visual text.\nThis function is similar to hebrev() with the difference that it converts n…
22 string(239) ".The hebrevc function converts logical Hebrew text to visual text<br />
23 ) This function is similar to hebrev() with the difference that it converts newlines<br />
24 <to '<br (<br />
26 .The function tries to avoid breaking words<br />
28 string(317) "to visual text<br />
38 to hebrev()<br />
41 <to '<br (<br />
44 tries to avoid<br />
/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt25 echo "Initialised to 10: $b\n";
26 echo "Initialised to 20: $c\n";
64 Initialised to 10: 10
65 Initialised to 20: 20
67 Initialised to 30: 30
70 Initialised to 10: 11
71 Initialised to 20: 21
73 Initialised to 30: 31
76 Initialised to 10: 12
77 Initialised to 20: 22
[all …]

Completed in 49 milliseconds

12345678910>>...162