Home
last modified time | relevance | path

Searched refs:php_stream_parse_fopen_modes (Results 1 – 4 of 4) sorted by relevance

/php-src/main/streams/
H A Dphp_stream_plain_wrapper.h54 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags);
H A Dplain_wrapper.c71 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes() function
1111 if (FAILURE == php_stream_parse_fopen_modes(mode, &open_flags)) { in _php_stream_fopen()
H A Dstreams.c1632 php_stream_parse_fopen_modes(dest->mode, &dest_open_flags) == SUCCESS && in _php_stream_copy_to_stream_ex()
/php-src/win32/
H A Dioutil.c708 if (SUCCESS != php_stream_parse_fopen_modes(modea, &flags)) { in php_win32_ioutil_fopen_w()

Completed in 21 milliseconds