Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/streams/
H A Dbug46024.phpt39 proc_terminate($proc);
41 proc_terminate($proc, SIGKILL);
43 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.3/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.3/ext/curl/tests/
H A Dserver.inc23 proc_terminate($handle);
39 proc_terminate($handle);
69 proc_terminate($handle);
75 proc_terminate($handle);
H A Dcurl_setopt_ssl.phpt179 proc_terminate($process);
/PHP-8.3/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.3/sapi/cli/tests/
H A Dphp_cli_server.inc53 proc_terminate($handle);
66 proc_terminate($handle);
92 proc_terminate($handle);
98 proc_terminate($handle);
H A Dbug74600.phpt30 proc_terminate($proc);
H A D023.phpt38 proc_terminate($proc);
H A D022.phpt38 proc_terminate($proc);
H A Dphp_cli_server_pdeathsig.phpt37 proc_terminate($cliServerInfo->processHandle, 9); // SIGKILL
H A Dsapi_windows_set_ctrl_handler.phpt62 proc_terminate($proc);
/PHP-8.3/ext/opcache/tests/
H A Dphp_cli_server.inc47 proc_terminate($handle);
53 proc_terminate($handle);
/PHP-8.3/ext/standard/tests/file/
H A Dbug60120.phpt43 proc_terminate($process);
/PHP-8.3/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt94 proc_terminate($process);
/PHP-8.3/ext/standard/
H A Dproc_open.c340 PHP_FUNCTION(proc_terminate) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3284 function proc_terminate($process, int $signal = 15): bool {}
H A Dbasic_functions_arginfo.h2710 ZEND_FUNCTION(proc_terminate);
3351 ZEND_FE(proc_terminate, arginfo_proc_terminate)
/PHP-8.3/sapi/fpm/tests/
H A Dtester.inc557 @proc_terminate($masterProcess);
1141 proc_terminate($this->masterProcess);

Completed in 55 milliseconds