Home
last modified time | relevance | path

Searched refs:process (Results 51 – 75 of 103) sorted by relevance

12345

/PHP-8.1/ext/standard/tests/filters/
H A Dfilter_errors_convert_base64_decode.phpt15 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
/PHP-8.1/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt41 echo "Running `$cmd` to check the process indeed exists:\n";
82 Running `tasklist /FI "PID eq %d" /NH` to check the process indeed exists:
H A D022.phpt44 resource(%d) of type (process)
/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt63 $process = proc_open($cmd, [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]], $pipes);
65 if ($process === false) {
176 // clean up server process
177 proc_terminate($process);
178 proc_close($process);
/PHP-8.1/ext/xsl/tests/
H A Dbug26384.phpt2 Bug #26384 (domxslt->process causes segfault with xsl:key)
/PHP-8.1/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt32 * If a child miss SIGQUIT then reload process should stuck
58 echo "ERROR: master process is dead\n";
H A Dstatus-basic.phpt22 'process manager' => 'static',
H A Dproc-idle-timeout.phpt37 // wait for process idle timeout
H A Dstatus-listen.phpt23 'process manager' => 'static',
H A Dresponse.inc95 * Expect that one of the processes in json status process list has a field with value that
112 foreach ($data['processes'] as $process) {
113 if (preg_match('|' . $pattern . '|', $process[$fieldName]) !== false) {
119 "No field $fieldName matched pattern $pattern for any process in status data '$rawData'"
H A Dreload-uses-sigkill-as-last-measure.phpt44 // The timeout needs to elapse twice until the process will be killed,
H A Dstatus.inc25 'process manager' => '(static|dynamic|ondemand)',
209 …# HELP phpfpm_up Could pool " . $fields['pool'] . " using a " . $fields['process manager'] . " PM …
239 …"# HELP phpfpm_max_children_reached The number of times, the process limit has been reached, when …
/PHP-8.1/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt78 $process = proc_open($cmd, $descriptorSpec, $pipes);
94 proc_terminate($process);
/PHP-8.1/ext/phar/tests/tar/
H A Dbadalias.phpt23 …rror: tar-based phar "%sbadalias5.phar.tar" has alias that is larger than 511 bytes, cannot process
/PHP-8.1/sapi/cgi/
H A Dconfig9.m419 AC_MSG_CHECKING([whether cross-process locking is required by accept()])
24 [Define if cross-process locking is required by accept()])
/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt40 Warning: proc_nice(): Only a super user may attempt to increase the priority of a process in %s on …
H A Dproc_open02.phpt18 usleep(20000); // let the OS run the sleep process before sending the signal
H A Dproc_nice_basic.phpt33 …// The maximum niceness level is 19, if the process is already running at a high niceness, it cann…
H A Dproc_nice_basic-win.phpt28 $p = popen('wmic process where name="' . $bin . '"', 'r');
/PHP-8.1/ext/readline/tests/
H A Dbug77812-libedit.phpt26 resource(%d) of type (process)
/PHP-8.1/TSRM/
H A Dtsrm_win32.h59 process_pair *process; member
/PHP-8.1/ext/libxml/tests/
H A Dlibxml_disable_entity_loader.phpt45 Warning: DOMDocument::loadXML(): Failure to process entity xxe in Entity, line: %d in %s on line %d
/PHP-8.1/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt29 /* Duplicate socket in the same process. */
/PHP-8.1/ext/spl/tests/
H A Drecursivecomparedualiterator.inc35 /** Rewind iteration and comparison process. Starting with $equal = true.
/PHP-8.1/
H A DREADME.md115 on the process.
135 - [PHP release process](/docs/release-process.md)

Completed in 89 milliseconds

12345