Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dcast.c234 char fixed_mode[5]; in _php_stream_cast() local
235 php_stream_mode_sanitize_fdopen_fopencookie(stream, fixed_mode); in _php_stream_cast()
236 *(FILE**)ret = fopencookie(stream, fixed_mode, PHP_STREAM_COOKIE_FUNCTIONS); in _php_stream_cast()
H A Dplain_wrapper.c579 char fixed_mode[5]; in php_stdiop_cast() local
580 php_stream_mode_sanitize_fdopen_fopencookie(stream, fixed_mode); in php_stdiop_cast()
581 data->file = fdopen(data->fd, fixed_mode); in php_stdiop_cast()

Completed in 9 milliseconds