PHP_SAFE_FD_ISSET 1354 ext/mysqlnd/mysqlnd.c 			if (PHP_SAFE_FD_ISSET(this_fd, fds)) {
PHP_SAFE_FD_ISSET  819 ext/sockets/sockets.c 		if (PHP_SAFE_FD_ISSET(php_sock->bsd_socket, fds)) {
PHP_SAFE_FD_ISSET  665 ext/standard/streamsfuncs.c 			if (PHP_SAFE_FD_ISSET(this_fd, fds)) {
PHP_SAFE_FD_ISSET 1246 main/network.c 			if (PHP_SAFE_FD_ISSET(ufds[i].fd, &rset)) {
PHP_SAFE_FD_ISSET 1250 main/network.c 			if (PHP_SAFE_FD_ISSET(ufds[i].fd, &wset)) {
PHP_SAFE_FD_ISSET 1253 main/network.c 			if (PHP_SAFE_FD_ISSET(ufds[i].fd, &eset)) {
PHP_SAFE_FD_ISSET  769 sapi/cli/php_cli_server.c 			if (PHP_SAFE_FD_ISSET(fd, &poller->rfds) || PHP_SAFE_FD_ISSET(fd, &poller->wfds)) {
PHP_SAFE_FD_ISSET  833 sapi/cli/php_cli_server.c 		if (PHP_SAFE_FD_ISSET(fd, &poller->active.rfds)) {
PHP_SAFE_FD_ISSET  838 sapi/cli/php_cli_server.c 		if (PHP_SAFE_FD_ISSET(fd, &poller->active.wfds)) {