Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 3074) sorted by relevance

12345678910>>...123

/PHP-7.0/ext/standard/tests/file/
H A Dumask_basic.phpt31 -- Setting umask to 0 --
35 -- Setting umask to 1 --
39 -- Setting umask to 2 --
43 -- Setting umask to 3 --
47 -- Setting umask to 4 --
51 -- Setting umask to 5 --
55 -- Setting umask to 6 --
59 -- Setting umask to 7 --
63 -- Setting umask to 8 --
67 -- Setting umask to 9 --
[all …]
H A Dis_executable_basic-win32.phpt40 -- Changing mode of file to 0 --
42 -- Changing mode of file to 1 --
44 -- Changing mode of file to 2 --
46 -- Changing mode of file to 3 --
48 -- Changing mode of file to 4 --
50 -- Changing mode of file to 5 --
52 -- Changing mode of file to 6 --
54 -- Changing mode of file to 7 --
56 -- Changing mode of file to 8 --
58 -- Changing mode of file to 9 --
[all …]
H A Dis_executable_basic.phpt52 -- Changing mode of file to 0 --
54 -- Changing mode of file to 1 --
56 -- Changing mode of file to 2 --
58 -- Changing mode of file to 3 --
60 -- Changing mode of file to 4 --
62 -- Changing mode of file to 5 --
64 -- Changing mode of file to 6 --
66 -- Changing mode of file to 7 --
68 -- Changing mode of file to 8 --
70 -- Changing mode of file to 9 --
[all …]
H A Dis_readable_basic-win32.phpt42 -- Changing mode of file to 0 --
44 -- Changing mode of file to 1 --
46 -- Changing mode of file to 2 --
48 -- Changing mode of file to 3 --
50 -- Changing mode of file to 4 --
52 -- Changing mode of file to 5 --
54 -- Changing mode of file to 6 --
56 -- Changing mode of file to 7 --
58 -- Changing mode of file to 8 --
60 -- Changing mode of file to 9 --
[all …]
H A Dis_readable_basic.phpt52 -- Changing mode of file to 0 --
54 -- Changing mode of file to 1 --
56 -- Changing mode of file to 2 --
58 -- Changing mode of file to 3 --
60 -- Changing mode of file to 4 --
62 -- Changing mode of file to 5 --
64 -- Changing mode of file to 6 --
66 -- Changing mode of file to 7 --
68 -- Changing mode of file to 8 --
70 -- Changing mode of file to 9 --
[all …]
H A Dumask_variation1.phpt40 // chmod file to 0777 to enable deletion
62 -- Setting umask to 000 --
65 -- Setting umask to 001 --
68 -- Setting umask to 002 --
71 -- Setting umask to 003 --
74 -- Setting umask to 004 --
77 -- Setting umask to 005 --
80 -- Setting umask to 006 --
83 -- Setting umask to 007 --
86 -- Setting umask to 010 --
[all …]
H A Dumask_variation2.phpt40 // chmod file to 0777 to enable deletion
62 -- Setting umask to 351 --
65 -- Setting umask to 352 --
68 -- Setting umask to 353 --
71 -- Setting umask to 354 --
74 -- Setting umask to 355 --
77 -- Setting umask to 356 --
80 -- Setting umask to 357 --
83 -- Setting umask to 360 --
86 -- Setting umask to 361 --
[all …]
H A Dmkdir_rmdir_variation-win32.phpt58 -- Changing mode of directory to 0 --
61 -- Changing mode of directory to 1 --
64 -- Changing mode of directory to 2 --
67 -- Changing mode of directory to 3 --
70 -- Changing mode of directory to 4 --
73 -- Changing mode of directory to 5 --
76 -- Changing mode of directory to 6 --
79 -- Changing mode of directory to 7 --
82 -- Changing mode of directory to 8 --
85 -- Changing mode of directory to 9 --
[all …]
H A Dis_writable_basic.phpt52 -- Changing mode of file to 0 --
55 -- Changing mode of file to 1 --
58 -- Changing mode of file to 2 --
61 -- Changing mode of file to 3 --
64 -- Changing mode of file to 4 --
67 -- Changing mode of file to 5 --
70 -- Changing mode of file to 6 --
73 -- Changing mode of file to 7 --
76 -- Changing mode of file to 8 --
79 -- Changing mode of file to 9 --
[all …]
H A Dmkdir_rmdir_variation1.phpt43 -- Changing mode of directory to 0 --
46 -- Changing mode of directory to 1 --
49 -- Changing mode of directory to 2 --
52 -- Changing mode of directory to 3 --
55 -- Changing mode of directory to 4 --
58 -- Changing mode of directory to 5 --
61 -- Changing mode of directory to 6 --
64 -- Changing mode of directory to 7 --
67 -- Changing mode of directory to 8 --
70 -- Changing mode of directory to 9 --
[all …]
H A Dstream_002.phpt24 Warning: stream_socket_client(): unable to connect to (Failed to parse address "") in %s on line %d
27 string(26) "Failed to parse address """
29 Warning: stream_socket_client(): unable to connect to [ (Failed to parse address "[") in %s on line…
32 string(27) "Failed to parse address "[""
34 Warning: stream_socket_client(): unable to connect to [ (Failed to parse%saddress "[ ") in %s on l…
37 string(%d) "Failed to parse%saddress "[ ""
39 Warning: stream_socket_client(): unable to connect to . (Failed to parse address ".") in %s on line…
42 string(27) "Failed to parse address ".""
44 Warning: stream_socket_client(): unable to connect to 1 (Failed to parse address "1") in %s on line…
47 string(27) "Failed to parse address "1""
[all …]
H A Duserwrapper.phpt10 function rename($from, $to) {
11 print "Renaming $from to $to\n";
36 unlink('test://example.com/path/to/file');
37 rename('test://example.com/path/to/from', 'test://example.com/path/to/to');
39 @rename('test://example.com/path/to/from', 'http://example.com/path/to/to');
40 mkdir('test://example.com/path/to/directory', 0755);
41 rmdir('test://example.com/path/to/directory');
42 print_r(stat('test://example.com/path/to/file'));
47 Unlinking file: test://example.com/path/to/file
48 Renaming test://example.com/path/to/from to test://example.com/path/to/to
[all …]
H A Dfile_put_contents_variation8-win32.phpt15 * Alias to functions:
44 echo "Failed to write data to: $key\n";
57 9 bytes written to: 1
62 Failed to write data to: FALSE
67 Failed to write data to: NULL
72 Failed to write data to: ""
77 Failed to write data to: " "
82 Failed to write data to: \0
87 Failed to write data to: array()
92 Failed to write data to: /no/such/file/dir
[all …]
H A Dfile_put_contents_variation8.phpt15 * Alias to functions:
46 echo "Failed to write data to: $names_arr[$i]\n";
57 9 bytes written to: 1
61 Failed to write data to:
65 Failed to write data to:
69 Failed to write data to:
71 9 bytes written to:
75 Failed to write data to: �
81 Failed to write data to: Array
85 Failed to write data to: %sdir
[all …]
/PHP-7.0/ext/standard/tests/strings/
H A Dbug20927.phpt6 $break = str_repeat("a-very-long-break-string-to-clobber-the-heap", 8);
17to-clobber-the-heapa-very-long-break-string-to-clobber-the-heapa-very-long-break-string-to-clobber…
H A Dhebrevc_variation2.phpt98 <to '<br (<br />
117 to<<br />
127 <to '<br (<br />
134 <to '<br (<br />
184 to visual<br />
206 to avoid<br />
282 to<<br />
311 to<<br />
351 to<br />
361 to<br />
[all …]
H A Dhebrev_variation2.phpt97 .The function tries to avoid breaking words
112 .The function tries to avoid breaking words
116 .The function tries to avoid breaking words
120 .The function tries to avoid breaking words
143 to visual
153 to avoid
179 .The function tries to avoid breaking words
206 .The function tries to avoid breaking words
221 .The function tries to avoid breaking words
243 to
[all …]
/PHP-7.0/ext/mbstring/libmbfl/
H A Dconfig.h.in3 /* Define to 1 if you have the <assert.h> header file. */
6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define to 1 if you have the <inttypes.h> header file. */
13 to 0 otherwise. */
16 /* Define to 1 if you have the <memory.h> header file. */
20 and to 0 otherwise. */
35 /* Define to 1 if you have the `strchr' function. */
63 /* Define to the full name of this package. */
72 /* Define to the home page for this package. */
75 /* Define to the version of this package. */
[all …]
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_methods.c32 Transliterator_object *to; in create_transliterator() local
52 if( U_FAILURE( TRANSLITERATOR_ERROR_CODE( to ) ) ) in create_transliterator()
67 if( U_FAILURE( TRANSLITERATOR_ERROR_CODE( to ) ) ) in create_transliterator()
113 (void) to; /* unused */ in PHP_FUNCTION()
182 if( U_FAILURE( INTL_DATA_ERROR_CODE( to ) ) ) in PHP_FUNCTION()
223 to_orig = to; in PHP_FUNCTION()
381 TRANSLITERATOR_ERROR_CODE_P( to ) ); in PHP_FUNCTION()
490 to = Z_INTL_TRANSLITERATOR_P( object ); in PHP_FUNCTION()
491 if (to == NULL ) in PHP_FUNCTION()
519 to = Z_INTL_TRANSLITERATOR_P( object ); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_intersect_variation9.phpt12 * to both $arr1 and $arr2 argument.
35 /* Passing the entire array as argument to $arr1 and $arr2 */
37 echo "-- Passing the entire 2-D array to \$arr1 and \$arr2 --\n";
46 /* Passing the sub-array as argument to $arr1 and $arr2 */
48 echo "-- Passing the sub-array to \$arr1 and \$arr2 --\n";
61 -- Passing the entire 2-D array to $arr1 and $arr2 --
64 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
66 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
68 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
70 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
[all …]
H A Darray_chunk_variation1.phpt24 //array of values to iterate over
86 Warning: array_chunk() expects parameter 1 to be array, integer given in %s on line %d
130 Warning: array_chunk() expects parameter 1 to be array, float given in %s on line %d
133 Warning: array_chunk() expects parameter 1 to be array, float given in %s on line %d
136 Warning: array_chunk() expects parameter 1 to be array, float given in %s on line %d
141 Warning: array_chunk() expects parameter 1 to be array, float given in %s on line %d
144 Warning: array_chunk() expects parameter 1 to be array, float given in %s on line %d
185 Warning: array_chunk() expects parameter 1 to be array, null given in %s on line %d
188 Warning: array_chunk() expects parameter 1 to be array, null given in %s on line %d
191 Warning: array_chunk() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_reverse_variation1.phpt32 //array of values to iterate over
142 Warning: array_reverse() expects parameter 1 to be array, float given in %s on line %d
145 Warning: array_reverse() expects parameter 1 to be array, float given in %s on line %d
148 Warning: array_reverse() expects parameter 1 to be array, float given in %s on line %d
152 Warning: array_reverse() expects parameter 1 to be array, float given in %s on line %d
192 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
195 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
198 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
202 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
205 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_pad_variation1.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
11 * Testing array_pad() function by passing values to $input argument other than arrays
16 echo "*** Testing array_pad() : passing non array values to \$input argument ***\n";
42 // unexpected values to be passed to $input argument
89 // loop through each element of $inputs to check the behavior of array_pad()
101 *** Testing array_pad() : passing non array values to $input argument ***
132 Warning: array_pad() expects parameter 1 to be array, float given in %s on line %d
167 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
170 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
174 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
[all …]
/PHP-7.0/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt19 settype() to resource type.
24 dump the variable to see its new data
28 /* function to handle catchable errors */
158 /* test conversion to resource type */
170 // convert it to null
188 -- Setting type of data to resource --
191 2: settype(): Cannot convert to resource type
197 2: settype(): Cannot convert to resource type
203 2: settype(): Cannot convert to resource type
209 2: settype(): Cannot convert to resource type
[all …]
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_class.h52 #define TIMEZONE_ERROR(to) (to)->err argument
53 #define TIMEZONE_ERROR_P(to) &(TIMEZONE_ERROR(to)) argument
55 #define TIMEZONE_ERROR_CODE(co) INTL_ERROR_CODE(TIMEZONE_ERROR(to))
56 #define TIMEZONE_ERROR_CODE_P(co) &(INTL_ERROR_CODE(TIMEZONE_ERROR(to)))
58 #define TIMEZONE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(TimeZone, to)
59 #define TIMEZONE_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(INTL_TIMEZONE, to)
62 if (to->utimezone == NULL) { \
63 intl_errors_set(&to->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlTimeZone", 0); \

Completed in 106 milliseconds

12345678910>>...123