Home
last modified time | relevance | path

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

12345

/PHP-5.6/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
37 proc_terminate($process);
H A Dproc_open_bug64438.phpt17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
37 proc_terminate($process);
H A Dstream_get_meta_data_process_basic.phpt2 Testing stream_get_meta_data() on a process stream.
/PHP-5.6/ext/standard/tests/file/
H A Dbug60120.phpt28 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
48 proc_terminate($process);
H A Dpopen_pclose_error-sunos.phpt13 * Description: Opens process file pointer.
16 * Description: Closes process file pointer.
H A Dpopen_pclose_error.phpt13 * Description: Opens process file pointer.
16 * Description: Closes process file pointer.
H A Dpopen_pclose_error-win32.phpt14 * Description: Opens process file pointer.
17 * Description: Closes process file pointer.
H A Dpopen_pclose_basic-win32.phpt14 * Description: Opens process file pointer.
17 * Description: Closes process file pointer.
H A Dpopen_pclose_error-win32-debug.phpt17 * Description: Opens process file pointer.
20 * Description: Closes process file pointer.
/PHP-5.6/tests/classes/
H A Dautoload_021.phpt2 Validation of class names in the autoload process
/PHP-5.6/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.phpt13 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-5.6/pear/
H A Dinstall-pear.txt2 | The installation process is not complete. The following resources |
/PHP-5.6/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt6 * Description: Gets the current PHP process ID.
/PHP-5.6/ext/phar/tests/zip/
H A Dcorrupt_005.phpt16 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_010.phpt2 Phar: unable to process zip (zip spanning multiple archives)
H A Dcorrupt_006.phpt16 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
H A Dcorrupt_009.phpt16 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
/PHP-5.6/ext/pcntl/
H A DREADME3 This module will attempt to implement all features related to process spawning and
/PHP-5.6/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt67 $process = proc_open($cmd, $descriptorSpec, $pipes);
83 proc_terminate($process);
/PHP-5.6/ext/posix/tests/
H A Dposix_getpgrp_error.phpt10 * Description: Get current process group id (POSIX.1, 4.3.1)
H A Dposix_getpid_error.phpt10 * Description: Get the current process id (POSIX.1, 4.1.1)
H A Dposix_times_error.phpt10 * Description: Get process times (POSIX.1, 4.5.2)

Completed in 28 milliseconds

12345