Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds