Home
last modified time | relevance | path

Searched refs:_php_stream_open_wrapper_ex (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.1/main/streams/
H A Dstreams.c2010 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options, function
/PHP-7.1/main/
H A Dphp_streams.h81 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)…
82 …ream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),…
564 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options, zen…
568 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m…
569 …p_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),…

Completed in 15 milliseconds