PHP_SAFE_FD_ISSET 1328 ext/mysqlnd/mysqlnd.c 			if (PHP_SAFE_FD_ISSET(this_fd, fds)) {
PHP_SAFE_FD_ISSET  814 ext/sockets/sockets.c 		if (PHP_SAFE_FD_ISSET(php_sock->bsd_socket, fds)) {
PHP_SAFE_FD_ISSET  693 ext/standard/streamsfuncs.c 			if (PHP_SAFE_FD_ISSET(this_fd, fds)) {
PHP_SAFE_FD_ISSET 1187 main/network.c 			if (PHP_SAFE_FD_ISSET(ufds[i].fd, &rset)) {
PHP_SAFE_FD_ISSET 1191 main/network.c 			if (PHP_SAFE_FD_ISSET(ufds[i].fd, &wset)) {
PHP_SAFE_FD_ISSET 1194 main/network.c 			if (PHP_SAFE_FD_ISSET(ufds[i].fd, &eset)) {
PHP_SAFE_FD_ISSET  894 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  959 sapi/cli/php_cli_server.c 		if (PHP_SAFE_FD_ISSET(fd, &poller->active.rfds)) {
PHP_SAFE_FD_ISSET  964 sapi/cli/php_cli_server.c 		if (PHP_SAFE_FD_ISSET(fd, &poller->active.wfds)) {