Home
last modified time | relevance | path

Searched refs:_php_stream_open_wrapper_ex (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/main/
H A Dphp_streams.h79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)…
80 …ream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),…
551 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options, char **opened_p…
555 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m…
556 …p_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),…
/PHP-5.5/main/streams/
H A Dstreams.c2019 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options, function

Completed in 27 milliseconds