stream_array_from_fd_set 860 ext/standard/streamsfuncs.c if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds TSRMLS_CC); stream_array_from_fd_set 861 ext/standard/streamsfuncs.c if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds TSRMLS_CC); stream_array_from_fd_set 862 ext/standard/streamsfuncs.c if (e_array != NULL) stream_array_from_fd_set(e_array, &efds TSRMLS_CC);