Home
last modified time | relevance | path

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

12345

/PHP-8.1/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,
49 resource(%d) of type (process)
H A Dproc_open_bug64438.phpt17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
38 proc_terminate($process);
H A Dstream_get_meta_data_process_basic.phpt2 Testing stream_get_meta_data() on a process stream.
/PHP-8.1/Zend/tests/
H A Dbug48409.phpt21 public function process($p)
36 $c->process($b->xyz($item['foo'], $i));
/PHP-8.1/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.1/sapi/fpm/
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.1/
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
263 # Archives generated during the PHP release process
/PHP-8.1/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.1/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.1/pear/
H A Dinstall-pear.txt2 | The installation process is not complete. The following resources |
/PHP-8.1/ext/pcntl/tests/
H A Dpcntl_getpriority_error.phpt2 pcntl_getpriority() - Wrong process identifier
H A Dpcntl_setpriority_error.phpt2 pcntl_setpriority() - Wrong process identifier
/PHP-8.1/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
H A Dfilter_errors_zlib_inflate.phpt15 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
/PHP-8.1/tests/classes/
H A Dautoload_021.phpt2 Validation of class names in the autoload process
/PHP-8.1/ext/standard/tests/file/
H A Dbug60120.phpt25 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
46 proc_terminate($process);
/PHP-8.1/ext/pcre/tests/
H A Dbug78272.phpt2 Bug #78272: calling preg_match() before pcntl_fork() will freeze child process
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug72306.phpt18 $process = proc_open('nothing', $description, $pipes, NULL, $env);

Completed in 83 milliseconds

12345