Home
last modified time | relevance | path

Searched refs:opened (Results 76 – 100 of 156) sorted by relevance

1234567

/PHP-8.2/ext/standard/tests/file/
H A Dfread_variation3.phpt108 -- File opened in mode a+ --
122 -- File opened in mode a+b --
136 -- File opened in mode a+t --
150 -- File opened in mode w+ --
164 -- File opened in mode w+b --
178 -- File opened in mode w+t --
192 -- File opened in mode x+ --
236 -- File opened in mode a+ --
278 -- File opened in mode w+ --
320 -- File opened in mode x+ --
[all …]
H A Dfread_basic.phpt98 -- File opened in mode r --
120 -- File opened in mode rb --
142 -- File opened in mode rt --
164 -- File opened in mode r+ --
186 -- File opened in mode r+b --
232 -- File opened in mode r --
254 -- File opened in mode rb --
276 -- File opened in mode rt --
298 -- File opened in mode r+ --
366 -- File opened in mode r --
[all …]
H A Dfopen_variation10-win32.phpt63 echo "file not opened for read\n";
92 file not opened for read
97 file not opened for read
102 file not opened for read
110 file not opened for read
130 file not opened for read
H A Dfopen_variation11-win32.phpt62 echo "file not opened for read\n";
90 file not opened for read
95 file not opened for read
100 file not opened for read
108 file not opened for read
128 file not opened for read
H A Dfgetc_basic.phpt64 -- Testing fgetc() : file opened using r mode --
90 -- Testing fgetc() : file opened using rb mode --
116 -- Testing fgetc() : file opened using rt mode --
142 -- Testing fgetc() : file opened using r+ mode --
168 -- Testing fgetc() : file opened using r+b mode --
194 -- Testing fgetc() : file opened using r+t mode --
221 -- Testing fgetc() : file opened using r mode --
247 -- Testing fgetc() : file opened using rb mode --
273 -- Testing fgetc() : file opened using rt mode --
299 -- Testing fgetc() : file opened using r+ mode --
[all …]
H A Dlstat_stat_variation13.phpt2 Test lstat() and stat() functions: usage variations - file opened using w and r mode
17 echo "*** Checking stat() on a file opened using read/write mode ***\n";
42 *** Checking stat() on a file opened using read/write mode ***
H A Dfread_variation2.phpt102 -- File opened in mode a --
121 -- File opened in mode ab --
140 -- File opened in mode at --
159 -- File opened in mode w --
178 -- File opened in mode wb --
197 -- File opened in mode wt --
216 -- File opened in mode x --
275 -- File opened in mode a --
332 -- File opened in mode w --
389 -- File opened in mode x --
[all …]
H A Dfread_variation4.phpt100 -- File opened in mode a --
117 -- File opened in mode ab --
134 -- File opened in mode at --
151 -- File opened in mode w --
168 -- File opened in mode wb --
185 -- File opened in mode wt --
202 -- File opened in mode x --
255 -- File opened in mode a --
306 -- File opened in mode w --
357 -- File opened in mode x --
[all …]
H A Dfgets_variation5.phpt19 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
55 -- Testing fgets() with file opened using mode w+ --
82 -- Testing fgets() with file opened using mode w+b --
109 -- Testing fgets() with file opened using mode w+t --
136 -- Testing fgets() with file opened using mode a+ --
163 -- Testing fgets() with file opened using mode a+b --
190 -- Testing fgets() with file opened using mode a+t --
217 -- Testing fgets() with file opened using mode x+ --
244 -- Testing fgets() with file opened using mode x+b --
271 -- Testing fgets() with file opened using mode x+t --
H A Dfgets_variation6-win32.phpt25 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
62 -- Testing fgets() with file opened using mode w+ --
96 -- Testing fgets() with file opened using mode w+b --
130 -- Testing fgets() with file opened using mode w+t --
164 -- Testing fgets() with file opened using mode a+ --
198 -- Testing fgets() with file opened using mode a+b --
232 -- Testing fgets() with file opened using mode a+t --
266 -- Testing fgets() with file opened using mode x+ --
300 -- Testing fgets() with file opened using mode x+b --
334 -- Testing fgets() with file opened using mode x+t --
H A Dfgets_variation6.phpt25 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
62 -- Testing fgets() with file opened using mode w+ --
96 -- Testing fgets() with file opened using mode w+b --
130 -- Testing fgets() with file opened using mode w+t --
164 -- Testing fgets() with file opened using mode a+ --
198 -- Testing fgets() with file opened using mode a+b --
232 -- Testing fgets() with file opened using mode a+t --
266 -- Testing fgets() with file opened using mode x+ --
300 -- Testing fgets() with file opened using mode x+b --
334 -- Testing fgets() with file opened using mode x+t --
H A Dstat_variation5-win32.phpt2 Test stat() functions: usage variations - file opened in read/write mode
12 /* test the stats of file opened in write mode and then same in read mode */
H A Dbug45985.phpt2 Bug #35740 (touch() opened file raises a warning)
H A Dgh9779.phpt2 Bug GH-9779 (stream_copy_to_stream doesn't work anymore with resource opened in a append mode)
/PHP-8.2/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation14.phpt7 of two chars is provided and file is opened in read only mode */
9 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode …
34 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
/PHP-8.2/ext/pgsql/tests/
H A Dgh10672.phpt36 echo 'The large object has been opened successfully.', PHP_EOL;
39 The large object has been opened successfully.
H A Dno_link_open.phpt17 No PostgreSQL connection opened yet
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_variation4.phpt2 Test dir() function : usage variations - operate on previously opened directory
10 echo "*** Testing dir() : operate on previously opened directory ***\n";
49 *** Testing dir() : operate on previously opened directory ***
H A Ddir_variation4-win32-mb.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-8.2/main/
H A Dphp_streams.h64 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
66 …with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_with_path((filename), (mode… argument
77 …am_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mode), (opti… argument
78 …_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path), (mode), … argument
592 …stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mode), (opti… argument
593 …open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path), (mode), … argument
/PHP-8.2/ext/phar/tests/
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened
53 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened tar-based
53 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened zip-based
53 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-8.2/ext/zlib/tests/
H A Dgzwrite_variation1.phpt2 Test function gzwrite() by calling it when file is opened for reading
/PHP-8.2/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt2 PDO_Firebird: cursor should not be marked as opened on singleton statements

Completed in 50 milliseconds

1234567