Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_streams.h77 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)…
78 …ream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),…
597 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options, zen…
601 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m…
602 …p_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),…
/php-src/main/streams/
H A Dstreams.c2178 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options, function

Completed in 14 milliseconds