Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt13 $cmd = "mklink /?";
14 $ret = @exec($cmd, $output, $return_val);
H A Dbug48746_1.phpt13 $cmd = "mklink /?";
14 $ret = @exec($cmd, $output, $return_val);
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800_right2.phpt7 $cmd = "$php $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-5.5/ext/zip/lib/
H A Dzip_source_crc.c78 zip_uint64_t len, enum zip_source_cmd cmd) in crc_read() argument
85 switch (cmd) { in crc_read()
H A Dzip_source_buffer.c86 read_data(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_data() argument
95 switch (cmd) { in read_data()
H A Dzip_source_filep.c57 enum zip_source_cmd cmd);
124 read_file(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_file() argument
133 switch (cmd) { in read_file()
H A Dzip_source_deflate.c249 zip_uint64_t len, enum zip_source_cmd cmd) in deflate_compress() argument
256 switch (cmd) { in deflate_compress()
320 zip_uint64_t len, enum zip_source_cmd cmd) in deflate_decompress() argument
328 switch (cmd) { in deflate_decompress()
H A Dzip_source_pkware.c182 zip_uint64_t len, enum zip_source_cmd cmd) in pkware_decrypt() argument
189 switch (cmd) { in pkware_decrypt()
/PHP-5.5/ext/standard/tests/file/
H A Dbug60120.phpt22 $cmd = 'php -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);"';
28 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-5.5/TSRM/
H A Dtsrm_win32.c468 char *cmd; in popen_ex() local
535 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /c ")+2); in popen_ex()
536 if (!cmd) { in popen_ex()
540 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()
542 …res = CreateProcessAsUser(token_user, NULL, cmd, &security, &security, security.bInheritHandle, dw… in popen_ex()
545 …res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, … in popen_ex()
547 free(cmd); in popen_ex()
686 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl() argument
693 switch (cmd) { in shmctl()
H A Dtsrm.m47 cmd='$CC $1 -c conftest.c'
8 if eval $cmd 2>&1 | egrep -e $1 >/dev/null ; then
H A Dtsrm_win32.h107 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
/PHP-5.5/ext/ftp/
H A Dftp.c85 const char *cmd,
453 ftp_exec(ftpbuf_t *ftp, const char *cmd) in ftp_exec() argument
458 if (!ftp_putcmd(ftp, "SITE EXEC", cmd)) { in ftp_exec()
474 if (ftp == NULL || cmd == NULL) { in ftp_raw()
477 if (!ftp_putcmd(ftp, cmd, NULL)) { in ftp_raw()
1076 ftp_site(ftpbuf_t *ftp, const char *cmd) in ftp_site() argument
1081 if (!ftp_putcmd(ftp, "SITE", cmd)) { in ftp_site()
1102 if (strpbrk(cmd, "\r\n")) { in ftp_putcmd()
1108 if (strlen(cmd) + strlen(args) + 4 > FTP_BUFSIZE) { in ftp_putcmd()
1117 if (strlen(cmd) + 3 > FTP_BUFSIZE) { in ftp_putcmd()
[all …]
H A Dphp_ftp.c224 ZEND_ARG_INFO(0, cmd)
511 char *cmd; in PHP_FUNCTION() local
514 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
521 if (!ftp_exec(ftp, cmd)) { in PHP_FUNCTION()
536 char *cmd; in PHP_FUNCTION() local
539 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
546 ftp_raw(ftp, cmd, return_value); in PHP_FUNCTION()
1327 char *cmd; in PHP_FUNCTION() local
1330 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
1337 if (!ftp_site(ftp, cmd)) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dexec.h40 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC);
/PHP-5.5/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-5.5/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 $?
/PHP-5.5/
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 Drun-tests.php1695 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1729 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1741 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1756 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1769 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1778 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args 2>&1";
1787 $cmd = "valgrind -q --tool=memcheck --trace-children=yes --log-file=$memcheck_filename $cmd";
1789 …$cmd = "valgrind -q --tool=memcheck --trace-children=yes --log-file-exactly=$memcheck_filename $cm…
1806 COMMAND $cmd
1811 …$out = system_with_timeout($cmd, $env, isset($section_text['STDIN']) ? $section_text['STDIN'] : nu…
[all …]
/PHP-5.5/sapi/cli/tests/
H A Dcli_process_title_windows.phpt49 …$loaded_title = shell_exec("PowerShell -NoProfile \"get-process cmd*,powershell* | Select-Object m…
58 // the run-tests.php is executed forks a php.exe, which forks a cmd.exe, which then forks
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.h81 CS_COMMAND *cmd; member
/PHP-5.5/ext/readline/
H A Dreadline_cli.c630 char *cmd; in readline_shell_run() local
634 cmd = estrndup(&line[1], cmd_len); in readline_shell_run()
636 …zend_alter_ini_entry_ex(cmd, cmd_len + 1, param, strlen(param), PHP_INI_USER, PHP_INI_STAGE_RUNTIM… in readline_shell_run()
637 efree(cmd); in readline_shell_run()
/PHP-5.5/ext/imap/
H A DIMAP_Win32_HOWTO.txt4 Note 1: You *must* use NT's cmd.exe for this job; 4NT.exe will NOT work properly.
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c172 static int pdo_dblib_transaction_cmd(const char *cmd, pdo_dbh_t *dbh TSRMLS_DC) in pdo_dblib_transaction_cmd() argument
177 if (FAIL == dbcmd(H->link, cmd)) { in pdo_dblib_transaction_cmd()

Completed in 53 milliseconds

123