Searched defs:opened (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/main/streams/ |
H A D | php_stream_plain_wrapper.h | 27 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument 30 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument
|
/PHP-8.3/main/ |
H A D | php_streams.h | 64 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument 66 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument 77 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument 78 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument 601 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument 602 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
|
/PHP-8.3/ext/phar/ |
H A D | phar_object.c | 1396 zend_string *opened; in phar_build() local
|
Completed in 24 milliseconds