Home
last modified time | relevance | path

Searched refs:process (Results 26 – 50 of 115) sorted by relevance

12345

/PHP-8.3/ext/pcntl/tests/
H A Dpcntl_setpriority_error_linux.phpt28 Warning: pcntl_setpriority(): Error 1: A process was located, but neither its effective nor real us…
30 Warning: pcntl_setpriority(): Error 13: Only a super user may attempt to increase the process prior…
H A Dpcntl_getpriority_error.phpt2 pcntl_getpriority() - Wrong mode passed and also for non existing process id provided
36 Warning: pcntl_getpriority(): Error %d: No process was located using the given parameters in %s
/PHP-8.3/sapi/fpm/
H A Dwww.conf.in21 ; process running user is root. It is set after the child process is created.
81 ; process.priority = -19
84 ; PROC_TRACE_CTL procctl for FreeBSD) even if the process user
85 ; or group is different than the master process user. It allows to create process
86 ; core dump and ptrace the process for the pool user.
88 ; process.dumpable = yes
164 ; process manager - static, dynamic or ondemand;
184 ; process manager: static
212 ; The Full status returns for each process:
213 ; pid - the PID of the process;
[all …]
H A Dphp-fpm.conf.in87 ; process.max = 128
89 ; Specify the nice(2) priority to apply to the master process (only if set)
91 ; Note: - It will only work if the FPM master process is launched as root
92 ; - The pool process will inherit the master process priority
95 ; process.priority = -19
101 ; Set open file descriptor rlimit for the master process.
105 ; Set max core size rlimit for the master process.
/PHP-8.3/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt20 $process = proc_open('echo "foo";', $descriptors, $pipes);
23 var_dump(posix_ttyname($process)); // wrong resource type
/PHP-8.3/ext/standard/tests/file/
H A Dbug69442.phpt10 $process = proc_open('echo "foo";', $descriptors, $pipes);
29 $process = proc_open($cmd, $descriptors, $pipes);
53 proc_close($process);
H A Dbug60120.phpt22 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
43 proc_terminate($process);
/PHP-8.3/ext/standard/tests/streams/
H A Dbug64770.phpt28 echo "process timed out\n";
45 echo "no process\n";
H A Dbug60602.phpt28 echo "process timed out\n";
46 echo "no process\n";
H A Dbug46024.phpt6 // Terminating the process may cause a bailout while writing out the phpinfo,
48 resource(%d) of type (process)
H A Dproc_open_bug64438.phpt17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
38 proc_terminate($process);
/PHP-8.3/Zend/tests/
H A Dbug48409.phpt21 public function process($p)
36 $c->process($b->xyz($item['foo'], $i));
/PHP-8.3/ext/standard/tests/strings/
H A Dstrtok_variation7.phpt14 …strtok() when string being tokenised is prefixed with another string in between the process ***\n";
24 …strtok() when string being tokenised is suffixed with another string in between the process ***\n";
38 …ing strtok() when string being tokenised is prefixed with another string in between the process ***
71 …ing strtok() when string being tokenised is suffixed with another string in between the process ***
/PHP-8.3/
H A D.gitignore26 # Archive library containing .o files, generated during build process
29 # Libtool library files generated during build process
35 # Library object files generated during build process
41 # Standard object files generated during build process
44 # Dependency files generated during build process
124 # Executable binaries and scripts generated during the build process
152 # PHP parser files generated by bison during the build process
267 # Archives generated during the PHP release process
/PHP-8.3/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt2 Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083)
47 echo "ERROR: master process is dead\n";
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt2 FPM: Blocked SIGQUIT prevents idle process to be killed
45 // wait for process to be killed
/PHP-8.3/benchmark/
H A Dbenchmark.php99 $process = runCommand([
113 $instructions = extractInstructionsFromValgrindOutput($process->stderr);
/PHP-8.3/ext/phar/tests/zip/
H A Dcorrupt_005.phpt14 phar error: Cannot process encrypted zip files in zip-based phar "%sencrypted.zip"
H A Dzlib.phpt2 Phar: process zlib-compressed zip alias
H A Dcorrupt_006.phpt14 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
H A Dcorrupt_010.phpt2 Phar: unable to process zip (zip spanning multiple archives)
H A Dcorrupt_009.phpt14 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
/PHP-8.3/pear/
H A Dinstall-pear.txt2 | The installation process is not complete. The following resources |
/PHP-8.3/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt96 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
104 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
110 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
118 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
128 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
/PHP-8.3/tests/classes/
H A Dautoload_021.phpt2 Validation of class names in the autoload process

Completed in 35 milliseconds

12345