Searched refs:_php_stream_fopen_with_path (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/main/streams/ |
H A D | php_stream_plain_wrapper.h | 33 PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char *mode, const char *… 34 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen…
|
H A D | plain_wrapper.c | 1454 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.1/main/ |
H A D | php_streams.h | 70 …eam_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_with_path((filena…
|
Completed in 19 milliseconds