Home
last modified time | relevance | path

Searched refs:opened (Results 101 – 125 of 173) sorted by relevance

1234567

/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_basic.phpt68 -- Testing fgetc() : file opened using r mode --
94 -- Testing fgetc() : file opened using rb mode --
120 -- Testing fgetc() : file opened using rt mode --
146 -- Testing fgetc() : file opened using r+ mode --
172 -- Testing fgetc() : file opened using r+b mode --
198 -- Testing fgetc() : file opened using r+t mode --
225 -- Testing fgetc() : file opened using r mode --
251 -- Testing fgetc() : file opened using rb mode --
277 -- Testing fgetc() : file opened using rt mode --
303 -- Testing fgetc() : file opened using r+ mode --
[all …]
H A Dfgetss_variation4.phpt35 /* try reading the file opened in different modes of reading */
39 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
79 -- Testing fgetss() with file opened using r mode --
94 -- Testing fgetss() with file opened using rb mode --
109 -- Testing fgetss() with file opened using rt mode --
124 -- Testing fgetss() with file opened using r+ mode --
139 -- Testing fgetss() with file opened using r+b mode --
154 -- Testing fgetss() with file opened using r+t mode --
H A Dlstat_stat_variation13.phpt2 Test lstat() and stat() functions: usage variations - file opened using w and r mode
27 echo "*** Checking stat() on a file opened using read/write mode ***\n";
53 *** Checking stat() on a file opened using read/write mode ***
H A Dfopen_variation10-win32.phpt69 echo "file not opened for read\n";
99 file not opened for read
106 file not opened for read
113 file not opened for read
123 file not opened for read
145 file not opened for read
H A Dfopen_variation11-win32.phpt68 echo "file not opened for read\n";
97 file not opened for read
104 file not opened for read
111 file not opened for read
121 file not opened for read
143 file not opened for read
H A Dfgets_variation5.phpt24 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
60 -- Testing fgets() with file opened using mode w+ --
87 -- Testing fgets() with file opened using mode w+b --
114 -- Testing fgets() with file opened using mode w+t --
141 -- Testing fgets() with file opened using mode a+ --
168 -- Testing fgets() with file opened using mode a+b --
195 -- Testing fgets() with file opened using mode a+t --
222 -- Testing fgets() with file opened using mode x+ --
249 -- Testing fgets() with file opened using mode x+b --
276 -- Testing fgets() with file opened using mode x+t --
H A Dfscanf_variation51.phpt2 Test fscanf() function: usage variations - file opened in write only mode
11 /* Test fscanf() to scan a file for read when file is opened inwrite only mode */
15 echo "*** Test fscanf(): to read from a file opened in write only mode ***\n";
69 *** Test fscanf(): to read from a file opened in write only mode ***
H A Dfgets_variation6-win32.phpt30 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
67 -- Testing fgets() with file opened using mode w+ --
101 -- Testing fgets() with file opened using mode w+b --
135 -- Testing fgets() with file opened using mode w+t --
169 -- Testing fgets() with file opened using mode a+ --
203 -- Testing fgets() with file opened using mode a+b --
237 -- Testing fgets() with file opened using mode a+t --
271 -- Testing fgets() with file opened using mode x+ --
305 -- Testing fgets() with file opened using mode x+b --
339 -- Testing fgets() with file opened using mode x+t --
H A Dfgets_variation6.phpt30 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
67 -- Testing fgets() with file opened using mode w+ --
101 -- Testing fgets() with file opened using mode w+b --
135 -- Testing fgets() with file opened using mode w+t --
169 -- Testing fgets() with file opened using mode a+ --
203 -- Testing fgets() with file opened using mode a+b --
237 -- Testing fgets() with file opened using mode a+t --
271 -- Testing fgets() with file opened using mode x+ --
305 -- Testing fgets() with file opened using mode x+b --
339 -- Testing fgets() with file opened using mode x+t --
H A Dfgetss_variation3-win32.phpt16 /* try fgetss on files which are opened in read/write modes
44 /* try reading the file opened in different modes of reading */
86 -- Testing fgetss() with file opened using w+ mode --
140 -- Testing fgetss() with file opened using w+b mode --
194 -- Testing fgetss() with file opened using w+t mode --
248 -- Testing fgetss() with file opened using a+ mode --
302 -- Testing fgetss() with file opened using a+b mode --
356 -- Testing fgetss() with file opened using a+t mode --
410 -- Testing fgetss() with file opened using x+ mode --
464 -- Testing fgetss() with file opened using x+b mode --
[all …]
H A Dfgetss_variation3.phpt16 /* try fgetss on files which are opened in read/write modes
40 /* try reading the file opened in different modes of reading */
82 -- Testing fgetss() with file opened using w+ mode --
136 -- Testing fgetss() with file opened using w+b mode --
190 -- Testing fgetss() with file opened using w+t mode --
244 -- Testing fgetss() with file opened using a+ mode --
298 -- Testing fgetss() with file opened using a+b mode --
352 -- Testing fgetss() with file opened using a+t mode --
406 -- Testing fgetss() with file opened using x+ mode --
460 -- Testing fgetss() with file opened using x+b mode --
[all …]
H A Dbug45985.phpt2 Bug #35740 (touch() opened file raises a warning)
H A Dstat_variation5-win32.phpt2 Test stat() functions: usage variations - file opened in read/write mode
17 /* test the stats of file opened in write mode and then same in read mode */
H A Dfgetss_variation2.phpt32 /* try reading the file opened in different modes of reading */
36 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
75 -- Testing fgetss() with file opened using r mode --
136 -- Testing fgetss() with file opened using rb mode --
197 -- Testing fgetss() with file opened using rt mode --
258 -- Testing fgetss() with file opened using r+ mode --
319 -- Testing fgetss() with file opened using r+b mode --
380 -- Testing fgetss() with file opened using r+t mode --
H A Dfgets_basic.phpt19 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
55 -- Testing fgets() with file opened using mode r --
99 -- Testing fgets() with file opened using mode rb --
143 -- Testing fgets() with file opened using mode rt --
187 -- Testing fgets() with file opened using mode r+ --
231 -- Testing fgets() with file opened using mode r+b --
275 -- Testing fgets() with file opened using mode r+t --
H A Dfgets_variation3.phpt24 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
69 -- Testing fgets() with file opened using mode w+ --
117 -- Testing fgets() with file opened using mode w+b --
165 -- Testing fgets() with file opened using mode w+t --
213 -- Testing fgets() with file opened using mode a+ --
261 -- Testing fgets() with file opened using mode a+b --
309 -- Testing fgets() with file opened using mode a+t --
357 -- Testing fgets() with file opened using mode x+ --
405 -- Testing fgets() with file opened using mode x+b --
453 -- Testing fgets() with file opened using mode x+t --
H A Dfgets_variation4-win32.phpt30 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
71 -- Testing fgets() with file opened using mode w+ --
127 -- Testing fgets() with file opened using mode w+b --
183 -- Testing fgets() with file opened using mode w+t --
239 -- Testing fgets() with file opened using mode a+ --
295 -- Testing fgets() with file opened using mode a+b --
351 -- Testing fgets() with file opened using mode a+t --
407 -- Testing fgets() with file opened using mode x+ --
463 -- Testing fgets() with file opened using mode x+b --
519 -- Testing fgets() with file opened using mode x+t --
/PHP-5.5/main/
H A Dphp_streams.h66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
68 …with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_with_path((filename), (mode… argument
79 …am_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mode), (opti… argument
80 …_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path), (mode), … argument
555 …stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mode), (opti… argument
556 …open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path), (mode), … argument
558 #define php_stream_get_from_zval(stream, zstream, mode, options, opened, context) \ argument
562 php_stream_open_wrapper_ex(Z_STRVAL_PP((zstream)), (mode), (options), (opened), (context)) : NULL
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_015.phpt22 echo "database file opened\n";
38 database file opened
H A Ddba_db4_013.phpt22 echo "database file opened\n";
38 database file opened
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation4.phpt2 Test dir() function : usage variations - operate on previously opened directory
16 echo "*** Testing dir() : operate on previously opened directory ***\n";
55 *** Testing dir() : operate on previously opened directory ***
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened
59 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened tar-based
59 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened zip-based
59 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-5.5/ext/zlib/tests/
H A Dgzwrite_variation1.phpt2 Test function gzwrite() by calling it when file is opened for reading

Completed in 36 milliseconds

1234567