Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 173) sorted by last modified time

1234567

/PHP-5.5/win32/
H A Dinstall.txt202 |-php-win.exe -- executes scripts without an opened command prompt
/PHP-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h31 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument
34 …am_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filename), (mode), (… argument
/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/zlib/tests/
H A Dgzwrite_variation1.phpt2 Test function gzwrite() by calling it when file is opened for reading
/PHP-5.5/ext/standard/tests/streams/
H A Dbug44818.phpt2 Bug #44818 (php://memory writeable when opened read only)
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt309 /* One final test to see if the position is respected when opened for append */
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 Dpclose_variation1.phpt8 * Description: Close a file pointer opened by popen()
H A Dreadfile_basic-win32.phpt54 -- File opened with mode: w --
57 -- File opened with mode: wt --
60 -- File opened with mode: wb --
63 -- File opened with mode: w+ --
72 -- File opened with mode: a --
75 -- File opened with mode: at --
78 -- File opened with mode: ab --
81 -- File opened with mode: a+ --
90 -- File opened with mode: x --
110 -- File opened with mode: w --
[all …]
H A Dreadfile_basic.phpt54 -- File opened with mode: w --
57 -- File opened with mode: wt --
60 -- File opened with mode: wb --
63 -- File opened with mode: w+ --
72 -- File opened with mode: a --
75 -- File opened with mode: at --
78 -- File opened with mode: ab --
81 -- File opened with mode: a+ --
90 -- File opened with mode: x --
110 -- File opened with mode: w --
[all …]
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 Dftruncate_variation4.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation5-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation5.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation6-win32.phpt23 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation6.phpt23 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7-win32.phpt22 /* test ftruncate with file opened in different modes */
H A Dfwrite_basic-win32.phpt82 -- File opened in mode : w --
96 -- File opened in mode : wb --
110 -- File opened in mode : wt --
124 -- File opened in mode : w+ --
168 -- File opened in mode : w --
182 -- File opened in mode : wb --
196 -- File opened in mode : wt --
210 -- File opened in mode : w+ --
254 -- File opened in mode : w --
268 -- File opened in mode : wb --
[all …]
H A Dfwrite_basic.phpt82 -- File opened in mode : w --
96 -- File opened in mode : wb --
110 -- File opened in mode : wt --
124 -- File opened in mode : w+ --
168 -- File opened in mode : w --
182 -- File opened in mode : wb --
196 -- File opened in mode : wt --
210 -- File opened in mode : w+ --
254 -- File opened in mode : w --
268 -- File opened in mode : wb --
[all …]
H A Dfwrite_variation1-win32.phpt26 Test fwrite with file opened in mode : r,rb,rt
H A Dfwrite_variation1.phpt26 Test fwrite with file opened in mode : r,rb,rt
H A Dfwrite_variation2-win32.phpt26 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation2.phpt26 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation3-win32.phpt26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+
H A Dfwrite_variation3.phpt26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+t

Completed in 51 milliseconds

1234567