stream_array_from_fd_set 865 ext/standard/streamsfuncs.c if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds TSRMLS_CC); stream_array_from_fd_set 866 ext/standard/streamsfuncs.c if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds TSRMLS_CC); stream_array_from_fd_set 867 ext/standard/streamsfuncs.c if (e_array != NULL) stream_array_from_fd_set(e_array, &efds TSRMLS_CC);