Home
last modified time | relevance | path

Searched refs:_php_stream_fopen_from_file (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/main/streams/
H A Dphp_stream_plain_wrapper.h36 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC);
37 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C…
H A Dplain_wrapper.c285 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file() function
/PHP-7.1/main/
H A Dphp_streams.h73 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE…

Completed in 13 milliseconds