Home
last modified time | relevance | path

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

1234

/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server.inc19 $cmd = [$php_executable, '-t', $doc_root, '-n', ...$cmd_args, '-S', PHP_CLI_SERVER_ADDRESS];
21 $cmd[] = $router;
29 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
H A Dext_loading.phpt15 $cmd = [
21 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
/PHP-8.0/ext/standard/
H A Dexec.h25 PHPAPI int php_exec(int type, const char *cmd, zval *array, zval *return_value);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open_sockets2.phpt37 $cmd = [
47 $proc = proc_open($cmd, $spec, $pipes);
/PHP-8.0/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-8.0/.github/scripts/windows/
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
59 cmd /c configure.bat ^
H A Dtest.bat9 cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\.github\scripts\windows\test_task.bat
/PHP-8.0/ext/ftp/
H A Dftp.h120 int ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
123 void ftp_raw(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len, zval *return_value);
207 int ftp_site(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
/PHP-8.0/TSRM/
H A Dtsrm_win32.c457 char *cmd = NULL; in popen_ex() local
482 if (!cmd) { in popen_ex()
486 sprintf(cmd, "%s /s /c \"%s\"", TWG(comspec), command); in popen_ex()
487 cmdw = php_win32_cp_any_to_w(cmd); in popen_ex()
489 free(cmd); in popen_ex()
496 free(cmd); in popen_ex()
509 free(cmd); in popen_ex()
553 free(cmd); in popen_ex()
566 free(cmd); in popen_ex()
745 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl() argument
[all …]
/PHP-8.0/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-8.0/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-8.0/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);
H A Dbug69442.phpt25 $cmd = '(echo "foo" ; exit 42;) 3>/dev/null; code=$?; echo $code >&3; exit $code';
29 $process = proc_open($cmd, $descriptors, $pipes);
/PHP-8.0/ext/openssl/tests/
H A DServerClientTestCase.inc67 $cmd = sprintf(
74 $cmd = sprintf(
83 $cmd,
/PHP-8.0/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-8.0/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_cp874_1.phpt2 Thai cp874 cmd test
H A Dtest_cp1252_0.phpt2 cp1252 cmd test
H A Dtest_cp1254_to_utf8_3.phpt2 cp1254 cmd test
H A Dtest_cp1254_3.phpt2 cp1254 cmd test
/PHP-8.0/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);

Completed in 36 milliseconds

1234