Home
last modified time | relevance | path

Searched refs:cmd (Results 51 – 75 of 75) sorted by last modified time

123

/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt29 $cmd = [$php, '-n', '-r', 'var_dump(getenv("ENV_1"), getenv("ENV_2"));'];
32 $proc = proc_open($cmd, $ds, $pipes);
37 $proc = proc_open($cmd, $ds, $pipes, null, $env);
51 $cmd = [$php, '-r', 'var_export(array_slice($argv, 1));', '--', ...$args];
52 $proc = proc_open($cmd, $ds, $pipes);
H A Dproc_open_null.phpt7 $cmd = [$php, '-r', 'echo "Test"; fprintf(STDERR, "Error");'];
9 $proc = proc_open($cmd, [1 => ['null'], 2 => ['pipe', 'w']], $pipes);
14 $proc = proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['null']], $pipes);
H A Dproc_open_redirect.phpt12 $cmd = [$php, '-r', 'echo "Test\n"; fprintf(STDERR, "Error");'];
13 $proc = proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['redirect', 1]], $pipes);
20 $proc = proc_open($cmd, [1 => ['file', $fileName, 'w'], 2 => ['redirect', 1]], $pipes);
28 $proc = proc_open($cmd, [1 => $file, 2 => ['redirect', 1]], $pipes);
36 $proc = proc_open($cmd, [2 => ['redirect', 1]], $pipes);
H A Dbug69646.phpt27 $cmd = PHP_BINARY . " " . $script . " " . escapeshellarg($a) . " " . escapeshellarg($b);
29 system($cmd);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc36 $cmd = "powershell -command \"Get-Item -Path '$path' | Format-Table -HideTableHeaders Name\"";
37 $out = trim(shell_exec($cmd));
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc72 exec($cmd);
81 exec($cmd);
83 exec($cmd);
96 exec($cmd);
103 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
104 exec($cmd);
106 exec($cmd);
121 exec($cmd);
123 exec($cmd);
126 $cmd .= ':' . '(' . implode(',', $perm_entry) . ')';
[all …]
/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/standard/tests/file/
H A Dbug22414.phpt20 $cmd = $php . $args . ' -r \"readfile(@getenv(\'\\\'\'TEST_PHP_EXECUTABLE\'\\\'\')); \"';
21 $cmd = $php . $args . ' -r \' passthru("'.$cmd.'"); \' > '.$tmpfile ;
23 $cmd = $php . $args . ' -r \"readfile(@getenv(\\\\\\"TEST_PHP_EXECUTABLE\\\\\\")); \"';
24 $cmd = $php . $args . ' -r " passthru(\''.$cmd.'\');" > '.$tmpfile ;
26 exec($cmd);
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);
H A Dbug77552.phpt18 $cmd = sprintf('mklink /J "%s" "%s"', $junction, $target);
19 exec($cmd);
28 $cmd = sprintf('rmdir /S /Q "%s"', $tmpDir);
29 exec($cmd);
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt18 $cmd = $icacls . ' ' . $unreadable . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
19 exec($cmd);
28 $cmd = $icacls . ' ' . $unreadable . ' /grant ' . $user . ':(F,M,R,RX,W)';
29 exec($cmd);
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt73 $cmd = 'openssl s_client -connect 127.0.0.1:64321';
75 $process = proc_open($cmd, $descriptorSpec, $pipes);
H A DServerClientTestCase.inc67 $cmd = sprintf(
74 $cmd = sprintf(
83 $cmd,
/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/fileinfo/tests/
H A Dmagic私はガラスを食べられます19201 0 string/t #\ Magic magic text file for file(1) cmd
19202 0 lelong 0xF11E041C magic binary file for file(1) cmd
19204 0 belong 0xF11E041C magic binary file for file(1) cmd
H A Dmagic19201 0 string/t #\ Magic magic text file for file(1) cmd
19202 0 lelong 0xF11E041C magic binary file for file(1) cmd
19204 0 belong 0xF11E041C magic binary file for file(1) cmd
/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/appveyor/
H A Dbuild.bat41 cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\build_task.bat
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/build/
H A Dltmain.sh2696 $show "$cmd"
4342 $show "$cmd"
4379 $show "$cmd"
5643 $show "$cmd"
6071 eval cmd=\"$cmd\"
6072 $show "$cmd"
6292 eval cmd=\"$cmd\"
6293 $show "$cmd"
6619 eval cmd=\"$cmd\"
6620 $show "$cmd"
[all …]
H A Dorder_by_dep.awk9 function get_deps(module_name, module_dir, depline, cmd)
14 cmd = "grep PHP_ADD_EXTENSION_DEP " module_dir "/config*.m4"
15 while (cmd | getline) {
22 close(cmd)
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 168 milliseconds

123