Home
last modified time | relevance | path

Searched refs:cmd (Results 26 – 50 of 75) sorted by relevance

123

/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt7 $cmd = "$php -n $callee";
37 $process = proc_open($cmd, $descriptors, $pipes);
H A Dproc_open_bug51800_right2.phpt7 $cmd = "$php -n $callee";
43 $process = proc_open($cmd, $descriptors, $pipes);
H A Dproc_open_bug51800.phpt23 $cmd = "$php $callee";
53 $process = proc_open($cmd, $descriptors, $pipes);
/PHP-7.4/appveyor/
H A Dbuild_task.bat38 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%…
44cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
48 cmd /c buildconf.bat --force
57 cmd /c configure.bat ^
H A Dtest.bat9 cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat
/PHP-7.4/TSRM/
H A Dtsrm_win32.c459 char *cmd = NULL; in popen_ex() local
484 if (!cmd) { in popen_ex()
488 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()
489 cmdw = php_win32_cp_any_to_w(cmd); in popen_ex()
491 free(cmd); in popen_ex()
498 free(cmd); in popen_ex()
511 free(cmd); in popen_ex()
555 free(cmd); in popen_ex()
568 free(cmd); in popen_ex()
747 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl() argument
[all …]
/PHP-7.4/ext/ftp/
H A Dftp.h122 int ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
125 void ftp_raw(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len, zval *return_value);
209 int ftp_site(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt11 $cmd = "mklink /?";
12 $ret = @exec($cmd, $output, $return_val);
H A Dbug48746_1.phpt11 $cmd = "mklink /?";
12 $ret = @exec($cmd, $output, $return_val);
/PHP-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc14 $cmd = [$php_executable, '-t', $doc_root, '-n', ...$ini_array, '-S', PHP_CLI_SERVER_ADDRESS];
20 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-7.4/ext/curl/tests/
H A Dserver.inc15 $cmd = [$php_executable, '-t', $doc_root, '-n', '-S', PHP_CURL_SERVER_ADDRESS, $router];
21 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-7.4/ext/standard/tests/file/
H A Dbug60120.phpt19 $cmd = 'php -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);"';
24 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-7.4/ext/standard/
H A Dexec.h38 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value);
/PHP-7.4/ext/openssl/tests/
H A DServerClientTestCase.inc67 $cmd = sprintf(
74 $cmd = sprintf(
83 $cmd,
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c745 char *cmd = NULL; in phpdbg_read_input() local
760 phpdbg_consume_stdin_line(cmd = buf); in phpdbg_read_input()
764 cmd = readline(phpdbg_get_prompt()); in phpdbg_read_input()
767 if (!cmd) { in phpdbg_read_input()
772 add_history(cmd); in phpdbg_read_input()
776 cmd = buffered; in phpdbg_read_input()
779 buffer = estrdup(cmd); in phpdbg_read_input()
782 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
783 free(cmd); in phpdbg_read_input()
/PHP-7.4/sapi/cgi/tests/
H A D011.phpt17 $cmd = escapeshellcmd($GLOBALS['php']);
18 $cmd .= ' -n -dreport_zend_debug=0 -dhtml_errors=0 ' . escapeshellarg($GLOBALS['f']);
22 passthru($cmd);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_to_utf8_1.phpt2 Thai UTF-8 cmd test
H A Dtest_kartuli_utf8_3.phpt2 Kartuli UTF-8 cmd test
H A Dtest_cp1254_to_utf8_3.phpt2 cp1254 cmd test
H A Dtest_cp874_1.phpt2 Thai cp874 cmd test
H A Dtest_cp1252_0.phpt2 cp1252 cmd test
H A Dtest_cp1254_3.phpt2 cp1254 cmd test
H A Dtest_cp932_3.phpt2 cp932 cmd test
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc4 $cmd = [getenv("TEST_PHP_EXECUTABLE"), "-n", __DIR__ . "/payload_server.php", $payloadFile];
10 $proc = proc_open($cmd, $descriptorspec, $pipes);
/PHP-7.4/build/
H A Dshtool792 cmd="$0 mkdir -f -p -m 755"
794 cmd="$cmd -o '$opt_o'"
797 cmd="$cmd -g '$opt_g'"
800 cmd="$cmd -v"
803 cmd="$cmd -t"
806 eval "$cmd $dir" || shtool_exit $?

Completed in 29 milliseconds

123