Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c662 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set() function
866 if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds); in PHP_FUNCTION()
867 if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds); in PHP_FUNCTION()
868 if (e_array != NULL) stream_array_from_fd_set(e_array, &efds); in PHP_FUNCTION()

Completed in 11 milliseconds