Searched refs:_php_stream_fopen_with_path (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/main/streams/ |
H A D | php_stream_plain_wrapper.h | 33 PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char *path, char **opene… 34 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen…
|
H A D | plain_wrapper.c | 1320 PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char *path, char **opene… in _php_stream_fopen_with_path() function
|
/PHP-5.3/main/ |
H A D | php_streams.h | 68 …eam_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_with_path((filena…
|
Completed in 16 milliseconds