Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/tests/general_functions/
H A Dproc_open02.phpt50 ["stopsig"]=>
69 ["stopsig"]=>
H A Dbug39322.phpt42 ["stopsig"]=>
/PHP-5.6/ext/standard/
H A Dproc_open.c355 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
396 stopsig = WSTOPSIG(wstatus); in PHP_FUNCTION()
408 add_assoc_long(return_value, "stopsig", stopsig); in PHP_FUNCTION()

Completed in 9 milliseconds