Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h36 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC);
37 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C…
H A Dplain_wrapper.c270 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file() function
/PHP-5.5/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 22 milliseconds