stream_array_from_fd_set  869 ext/standard/streamsfuncs.c 	if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds TSRMLS_CC);
stream_array_from_fd_set  870 ext/standard/streamsfuncs.c 	if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds TSRMLS_CC);
stream_array_from_fd_set  871 ext/standard/streamsfuncs.c 	if (e_array != NULL) stream_array_from_fd_set(e_array, &efds TSRMLS_CC);