stream_array_from_fd_set  798 ext/standard/streamsfuncs.c 	if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds TSRMLS_CC);
stream_array_from_fd_set  799 ext/standard/streamsfuncs.c 	if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds TSRMLS_CC);
stream_array_from_fd_set  800 ext/standard/streamsfuncs.c 	if (e_array != NULL) stream_array_from_fd_set(e_array, &efds TSRMLS_CC);