socket_server_fd  103 sapi/phpdbg/phpdbg.c 	pg->socket_server_fd = -1;
socket_server_fd  314 sapi/phpdbg/phpdbg.h 	int socket_server_fd;                        /* file descriptor to master socket (wait command) (-1 if unused) */
socket_server_fd  344 sapi/phpdbg/phpdbg_wait.c 	if (PHPDBG_G(socket_server_fd) == -1) {
socket_server_fd  346 sapi/phpdbg/phpdbg_wait.c 		PHPDBG_G(socket_server_fd) = sl = socket(AF_UNIX, SOCK_STREAM, 0);
socket_server_fd  360 sapi/phpdbg/phpdbg_wait.c 		sl = PHPDBG_G(socket_server_fd);