PHPDBG_SIGSAFE_MEM_SIZE 1109 sapi/phpdbg/phpdbg.c char mem[PHPDBG_SIGSAFE_MEM_SIZE + 1]; PHPDBG_SIGSAFE_MEM_SIZE 1191 sapi/phpdbg/phpdbg.c char mem[PHPDBG_SIGSAFE_MEM_SIZE + 1]; PHPDBG_SIGSAFE_MEM_SIZE 1194 sapi/phpdbg/phpdbg.c if ((newlen = recv(PHPDBG_G(io)[PHPDBG_STDIN].fd, mem, PHPDBG_SIGSAFE_MEM_SIZE, MSG_PEEK)) == (size_t) -1) { PHPDBG_SIGSAFE_MEM_SIZE 11 sapi/phpdbg/phpdbg_sigsafe.c if (EXPECTED(size <= PHPDBG_SIGSAFE_MEM_SIZE && !PHPDBG_G(sigsafe_mem).allocated)) { PHPDBG_SIGSAFE_MEM_SIZE 16 sapi/phpdbg/phpdbg_sigsafe.c quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(PHPDBG_SIGSAFE_MEM_SIZE) " bytes from stack memory in signal handler ... bailing out of signal handler\n"));