Searched refs:_php_stream_open_wrapper_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/main/ |
H A D | php_streams.h | 79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… 80 …ream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),… 555 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options, char **opened_p… 559 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… 560 …p_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),…
|
/PHP-5.4/main/streams/ |
H A D | streams.c | 2024 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options, function
|
Completed in 15 milliseconds