Searched defs:PHP_SAFE_FD_ISSET (Results 1 – 1 of 1) sorted by relevance
218 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) macro223 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) macro
Completed in 10 milliseconds