Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/general_functions/
H A Dgh10239_2.phpt33 ["stopsig"]=>
53 ["stopsig"]=>
H A Dproc_open02.phpt52 ["stopsig"]=>
73 ["stopsig"]=>
H A Dbug39322.phpt44 ["stopsig"]=>
/PHP-8.3/ext/standard/
H A Dproc_open.c399 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
438 stopsig = WSTOPSIG(wstatus); in PHP_FUNCTION()
454 add_assoc_long(return_value, "stopsig", stopsig); in PHP_FUNCTION()

Completed in 11 milliseconds