Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h34 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC);
35 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C…
H A Dplain_wrapper.c292 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file() function
/PHP-7.4/main/
H A Dphp_streams.h71 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE…

Completed in 41 milliseconds