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