Home
last modified time | relevance | path

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

12345678

/PHP-7.4/build/
H A Dconfig.sub1419 opened*)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2937 - * Can't stat, can't open. It may have been opened in
/PHP-7.4/ext/phar/
H A Dphar_object.c1416 zend_string *opened; in phar_build() local
1471 opened = zend_string_init("[stream]", sizeof("[stream]") - 1, 0); in phar_build()
1614 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
1640 if (opened) { in phar_build()
1641 zend_string_release_ex(opened, 0); in phar_build()
1659 if (opened) { in phar_build()
1660 zend_string_release_ex(opened, 0); in phar_build()
1705 add_assoc_str(p_obj->ret, str_key, opened); in phar_build()
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt2 PDO_Firebird: cursor should not be marked as opened on singleton statements
/PHP-7.4/
H A DUPGRADING368 this case the process will be opened directly (without going through a
/PHP-7.4/ext/bz2/tests/
H A D002.phpt2 bzopen() using fd opened in wrong mode
81 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
96 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
102 Warning: bzopen(): cannot use stream opened in mode 'rw' in %s on line %d
105 Warning: bzopen(): cannot use stream opened in mode 'rw' in %s on line %d
108 Warning: bzopen(): cannot use stream opened in mode 'wr' in %s on line %d
111 Warning: bzopen(): cannot use stream opened in mode 'wr' in %s on line %d
114 Warning: bzopen(): cannot use stream opened in mode 'r+' in %s on line %d
117 Warning: bzopen(): cannot use stream opened in mode 'r+' in %s on line %d
120 Warning: bzopen(): cannot use stream opened in mode 'w+' in %s on line %d
[all …]
/PHP-7.4/ext/standard/tests/file/
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 Dfflush_variation2.phpt71 -- link opened in w mode --
76 -- link opened in wb mode --
81 -- link opened in wt mode --
86 -- link opened in w+ mode --
101 -- link opened in a mode --
106 -- link opened in ab mode --
111 -- link opened in at mode --
116 -- link opened in a+ mode --
132 -- link opened in w mode --
162 -- link opened in a mode --
[all …]
H A Dfflush_variation3.phpt19 echo "*** Testing fflush(): with hard links to files opened in diff modes ***\n";
69 *** Testing fflush(): with hard links to files opened in diff modes ***
H A Dlstat_stat_variation13.phpt2 Test lstat() and stat() functions: usage variations - file opened using w and r mode
24 echo "*** Checking stat() on a file opened using read/write mode ***\n";
49 *** Checking stat() on a file opened using read/write mode ***
H A Dfgetss_basic2.phpt18 /* try fgetss on files which are opened in read/write modes
37 /* try reading the file opened in different modes of reading */
82 -- Testing fgetss() with file opened using w+ mode --
97 -- Testing fgetss() with file opened using w+b mode --
112 -- Testing fgetss() with file opened using w+t mode --
127 -- Testing fgetss() with file opened using a+ mode --
142 -- Testing fgetss() with file opened using a+b mode --
157 -- Testing fgetss() with file opened using a+t mode --
172 -- Testing fgetss() with file opened using x+ mode --
187 -- Testing fgetss() with file opened using x+b mode --
[all …]
H A Dfgetss_variation5-win32.phpt18 /* try fgetss on files which are opened in read/write modes
44 /* try reading the file opened in different modes of reading */
88 -- Testing fgetss() with file opened using w+ mode --
103 -- Testing fgetss() with file opened using w+b mode --
118 -- Testing fgetss() with file opened using w+t mode --
133 -- Testing fgetss() with file opened using a+ mode --
148 -- Testing fgetss() with file opened using a+b mode --
163 -- Testing fgetss() with file opened using a+t mode --
178 -- Testing fgetss() with file opened using x+ mode --
193 -- Testing fgetss() with file opened using x+b mode --
[all …]
H A Dfgetss_basic1.phpt30 /* try reading the file opened in different modes of reading */
34 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
72 -- Testing fgetss() with file opened using r mode --
83 -- Testing fgetss() with file opened using rb mode --
94 -- Testing fgetss() with file opened using rt mode --
105 -- Testing fgetss() with file opened using r+ mode --
116 -- Testing fgetss() with file opened using r+b mode --
127 -- Testing fgetss() with file opened using r+t mode --
H A Dfgetss_basic2-win32-mb.phpt18 /* try fgetss on files which are opened in read/write modes
39 /* try reading the file opened in different modes of reading */
84 -- Testing fgetss() with file opened using w+ mode --
99 -- Testing fgetss() with file opened using w+b mode --
114 -- Testing fgetss() with file opened using w+t mode --
129 -- Testing fgetss() with file opened using a+ mode --
144 -- Testing fgetss() with file opened using a+b mode --
159 -- Testing fgetss() with file opened using a+t mode --
174 -- Testing fgetss() with file opened using x+ mode --
189 -- Testing fgetss() with file opened using x+b mode --
[all …]
H A Dfgetss_basic2-win32.phpt18 /* try fgetss on files which are opened in read/write modes
39 /* try reading the file opened in different modes of reading */
84 -- Testing fgetss() with file opened using w+ mode --
99 -- Testing fgetss() with file opened using w+b mode --
114 -- Testing fgetss() with file opened using w+t mode --
129 -- Testing fgetss() with file opened using a+ mode --
144 -- Testing fgetss() with file opened using a+b mode --
159 -- Testing fgetss() with file opened using a+t mode --
174 -- Testing fgetss() with file opened using x+ mode --
189 -- Testing fgetss() with file opened using x+b mode --
[all …]
H A Dfgetss_variation1-win32.phpt18 /* try fgets on files which are opened in non readable modes
47 /* try reading the file opened in different modes of reading */
85 -- Testing fgetss() with file opened using w mode --
97 -- Testing fgetss() with file opened using wb mode --
109 -- Testing fgetss() with file opened using wt mode --
121 -- Testing fgetss() with file opened using a mode --
133 -- Testing fgetss() with file opened using ab mode --
145 -- Testing fgetss() with file opened using at mode --
157 -- Testing fgetss() with file opened using x mode --
169 -- Testing fgetss() with file opened using xb mode --
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt50 * *actual* path that was opened. This affects the behaviour of
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_readdir_mb_names.phpt27 create_verify_file($prefix, "привет", "opened an utf8 filename for reading");
H A Dtest_cp1251_to_utf8_0.phpt41 string(35) "opened an utf8 filename for reading"
H A Dtest_cp1251_0.phpt44 string(35) "opened an utf8 filename for reading"
H A Dtest_cp1251_zend_multibyte_0.phpt44 string(35) "opened an utf8 filename for reading"
/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h29 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument
32 …am_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filename), (mode), (… argument
/PHP-7.4/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
572 …stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mode), (opti… argument
573 …open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path), (mode), … argument
/PHP-7.4/ext/zlib/tests/
H A Dgzwrite_variation1.phpt2 Test function gzwrite() by calling it when file is opened for reading

Completed in 98 milliseconds

12345678