Home
last modified time | relevance | path

Searched refs:proc_terminate (Results 1 – 22 of 22) sorted by relevance

/PHP-8.0/ext/standard/tests/streams/
H A Dbug46024.phpt40 proc_terminate($proc);
42 proc_terminate($proc, SIGKILL);
44 proc_terminate($proc);
H A Dbug64770.phpt29 proc_terminate($p, 9);
H A Dbug60602.phpt29 proc_terminate($p, 9);
H A Dproc_open_bug60120.phpt65 proc_terminate($process);
H A Dproc_open_bug64438.phpt38 proc_terminate($process);
/PHP-8.0/ext/pdo_firebird/tests/
H A Dpayload_server.inc20 proc_terminate($proc);
36 proc_terminate($proc);
66 proc_terminate($proc);
72 proc_terminate($proc);
/PHP-8.0/ext/curl/tests/
H A Dserver.inc27 proc_terminate($handle);
43 proc_terminate($handle);
73 proc_terminate($handle);
79 proc_terminate($handle);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug39322.phpt2 Bug #39322 (proc_terminate() losing process resource)
19 proc_terminate($process, 9);
H A Dproc_open02.phpt20 var_dump(proc_terminate($cat, 0)); // status check
24 var_dump(proc_terminate($cat)); // now really quit it
/PHP-8.0/ext/opcache/tests/
H A Dphp_cli_server.inc47 proc_terminate($handle);
53 proc_terminate($handle);
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server.inc85 proc_terminate($handle);
91 proc_terminate($handle);
H A Dbug74600.phpt29 proc_terminate($proc);
H A D023.phpt37 proc_terminate($proc);
H A D022.phpt38 proc_terminate($proc);
H A Dsapi_windows_set_ctrl_handler.phpt62 proc_terminate($proc);
/PHP-8.0/ext/standard/tests/file/
H A Dbug60120.phpt44 proc_terminate($process);
/PHP-8.0/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt93 proc_terminate($process);
/PHP-8.0/
H A Drun-tests.php1280 proc_terminate($proc, 9);
1632 proc_terminate($workerProcs[$i]);
1724 proc_terminate($child);
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc426 @proc_terminate($masterProcess);
942 proc_terminate($this->masterProcess);
/PHP-8.0/ext/standard/
H A Dproc_open.c306 PHP_FUNCTION(proc_terminate) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1158 function proc_terminate($process, int $signal = 15): bool {} function
H A Dbasic_functions_arginfo.h2713 ZEND_FUNCTION(proc_terminate);
3353 ZEND_FE(proc_terminate, arginfo_proc_terminate)

Completed in 50 milliseconds