Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dphp_stream_plain_wrapper.h32 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC);
33 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C…
H A Dplain_wrapper.c307 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file() function
/php-src/main/
H A Dphp_streams.h69 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE…

Completed in 14 milliseconds