PHP_SAFE_FD_ISSET 208 main/php_network.h # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) PHP_SAFE_FD_ISSET 213 main/php_network.h # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set))