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