Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/pcre/tests/
H A Dbug78272.phpt2 Bug #78272: calling preg_match() before pcntl_fork() will freeze child process
/PHP-8.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt2 Testing stream_get_meta_data() on a process stream.
H A Dstream_cast_loses_data.phpt23 $process = proc_open(
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug72306.phpt19 $process = proc_open('nothing', $description, $pipes, NULL, $env);
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
/PHP-8.3/ext/opcache/tests/
H A Dpreload_user_002.phpt2 preload_user sets the process uid
/PHP-8.3/ext/standard/tests/filters/
H A Dfilter_errors_zlib_inflate.phpt15 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
H A Dfilter_errors_convert_base64_decode.phpt15 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
/PHP-8.3/ext/shmop/tests/
H A Dgh14537.phpt2 GH-14537: shmop Windows 11 crashes the process
/PHP-8.3/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.3/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt40 We expect that both LISTEN (inherited from the master process) and ACCEPTED (ESTABLISHED)
41 have F_CLOEXEC and should not appear in the created process.
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 Dstatus-listen.phpt23 'process manager' => 'static',
H A Dproc-idle-timeout.phpt37 // wait for process idle timeout
/PHP-8.3/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt65 $process = proc_open($cmd, [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]], $pipes);
67 if ($process === false) {
178 // clean up server process
179 proc_terminate($process);
180 proc_close($process);
/PHP-8.3/ext/pcntl/tests/
H A Dpcntl_setpriority_error.phpt35 Warning: pcntl_setpriority(): Error 3: No process was located using the given parameters in %s
/PHP-8.3/ext/xsl/tests/
H A Dbug26384.phpt2 Bug #26384 (domxslt->process causes segfault with xsl:key)
/PHP-8.3/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt78 $process = proc_open($cmd, $descriptorSpec, $pipes);
94 proc_terminate($process);
/PHP-8.3/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.3/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.3/ext/readline/tests/
H A Dbug77812-libedit.phpt26 resource(%d) of type (process)
/PHP-8.3/TSRM/
H A Dtsrm_win32.h58 process_pair *process; member

Completed in 23 milliseconds

12345