phpdbg_sigint_handler 1349 sapi/phpdbg/phpdbg.c 			zend_try { zend_signal(SIGINT, phpdbg_sigint_handler TSRMLS_CC); } zend_end_try();
phpdbg_sigint_handler 1351 sapi/phpdbg/phpdbg.c 			signal(SIGINT, phpdbg_sigint_handler);