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