Searched refs:sig_no (Results 1 – 1 of 1) sorted by relevance
344 zend_long sig_no = SIGTERM; in PHP_FUNCTION() local349 Z_PARAM_LONG(sig_no) in PHP_FUNCTION()360 RETURN_BOOL(kill(proc->child, sig_no) == 0); in PHP_FUNCTION()
Completed in 11 milliseconds