Home
last modified time | relevance | path

Searched refs:termsig (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/standard/tests/general_functions/
H A Dgh10239_2.phpt31 ["termsig"]=>
51 ["termsig"]=>
H A Dproc_open02.phpt50 ["termsig"]=>
71 ["termsig"]=>
H A Dbug39322.phpt42 ["termsig"]=>
/PHP-8.3/ext/standard/
H A Dproc_open.c399 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
434 termsig = WTERMSIG(wstatus); in PHP_FUNCTION()
453 add_assoc_long(return_value, "termsig", termsig); in PHP_FUNCTION()

Completed in 13 milliseconds