Home
last modified time | relevance | path

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

/PHP-8.4/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.4/ext/standard/
H A Dproc_open.c396 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
431 termsig = WTERMSIG(wstatus); in PHP_FUNCTION()
450 add_assoc_long(return_value, "termsig", termsig); in PHP_FUNCTION()

Completed in 12 milliseconds