Home
last modified time | relevance | path

Searched refs:proc_open (Results 1 – 25 of 97) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS354 . Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open). (cmb, Jakub
1698 . Implemented FR #78177 (Make proc_open accept command array). (Nikita)
H A Drun-tests.php1222 …$proc = proc_open($commandline, $descriptorspec, $pipes, TEST_PHP_SRCDIR, $bin_env, array('suppres…
1420 $proc = proc_open(
H A DUPGRADING367 . proc_open() now accepts an array instead of a string for the command. In
371 proc_open(['php', '-r', 'echo "Hello World\n";'], $descriptors, $pipes);
373 . proc_open() now supports "redirect" and "null" descriptors. For example:
376 proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['redirect', 1]], $pipes);
378 proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['null']], $pipes);
494 . proc_open() on Windows can be passed a "create_process_group" option. It
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc374 $this->masterProcess = proc_open($cmd, $desc, $pipes);
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc10 $proc = proc_open($cmd, $descriptorspec, $pipes);
/PHP-7.4/ext/openssl/tests/
H A Dbug62890.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_004.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_001.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_002.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_003.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dsession_meta_capture.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.0_wrapper.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.1_wrapper.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug65729.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug68265.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug68879.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dsan_peer_matching.phpt6 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 Dtls_min_v1.0_max_v1.1_wrapper.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
/PHP-7.4/ext/standard/
H A Dconfig.w3237 user_filters.c uuencode.c filters.c proc_open.c password.c \
H A Dconfig.m4495 filters.c proc_open.c streamsfuncs.c http.c password.c \
H A Dbasic_functions.c2878 PHP_FE(proc_open, arginfo_proc_open)
3706 BASIC_MINIT_SUBMODULE(proc_open) in PHP_MINIT_FUNCTION()
/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt30 …$proc = proc_open($cmd, $spec, $pipes, NULL, NULL, ["bypass_shell" => true, "create_process_group"…
/PHP-7.4/win32/build/
H A Dconfig.w32.h.in115 /* Win32 support proc_open */
H A Dmkdist.php77 $proc = proc_open($cmd,

Completed in 57 milliseconds

1234