Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h30 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, char **opened_path, in…
31 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 …
H A Dplain_wrapper.c924 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, char **opened_path, in… in _php_stream_fopen() function
/PHP-5.5/main/
H A Dphp_streams.h66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),…

Completed in 17 milliseconds