Home
last modified time | relevance | path

Searched refs:proc_open (Results 76 – 100 of 122) sorted by relevance

12345

/php-src/ext/openssl/tests/
H A Dpeer_verification.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_004.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_security_level.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dgh10495.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug65729.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug77390.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug74159.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug68920.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
/php-src/sapi/cli/tests/
H A Dstd_streams.phpt14 // These have proc_open pipes attached
H A Dbug74600.phpt23 $proc = proc_open("$php -c $ini_file_escaped -r 'echo \"okey\";'", $desc, $pipes);
H A D023.phpt31 $proc = proc_open("$php -c $ini_file_escaped -r 'echo ini_get(\"memory_limit\");'", $desc, $pipes);
H A D022.phpt27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
H A Dbug80092.phpt27 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
/php-src/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt20 $process = proc_open('echo "foo";', $descriptors, $pipes);
/php-src/ext/standard/tests/general_functions/
H A Dbug39322.phpt17 $process = proc_open('/bin/sleep 120', $descriptors, $pipes);
H A Dgh10239_2.phpt10 $p = proc_open('false', array(), $foo);
/php-src/ext/pcntl/tests/
H A Dwaiting_on_sigchild_pcntl_wait.phpt25 $process = proc_open('sleep 1', [], $pipes);
/php-src/ext/standard/tests/streams/
H A Dbug72853.phpt17 $p = proc_open("ls", $descs, $pipes, '.', NULL, NULL);
H A Dbug78883.phpt17 $proc = proc_open($cmd, $descriptorspec, $pipes);
H A Dbug46024.phpt13 $proc = proc_open(
/php-src/ext/libxml/tests/
H A Dlibxml_get_external_entity_loader_error_callback_name.phpt23 return proc_open('echo "foo";', $descriptors, $pipes);
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
12 if (PHP_OS === 'FreeBSD') die('skip proc_open seems to be stuck on FreeBSD');
65 $process = proc_open($cmd, [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]], $pipes);
/php-src/ext/standard/tests/file/
H A Dbug72035.phpt24 $proc = proc_open($cmd, $desc, $pipes, getcwd(), array());
/php-src/benchmark/
H A Dshared.php14 $processHandle = proc_open($cmd, $descriptorSpec, $pipes, $cwd ?? getcwd(), null);
/php-src/sapi/phpdbg/
H A Dcreate-test.php61 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…

Completed in 55 milliseconds

12345