Searched refs:_php_stream_fopen_with_path (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/main/streams/ |
H A D | php_stream_plain_wrapper.h | 31 PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char *mode, const char *… 32 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen…
|
H A D | plain_wrapper.c | 1488 PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char *mode, const char *… in _php_stream_fopen_with_path() function
|
/PHP-7.3/main/ |
H A D | php_streams.h | 68 …eam_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_with_path((filena…
|
Completed in 17 milliseconds