Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 25 of 75) sorted by path

123

/PHP-7.4/
H A DNEWS2193 . Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match
H A DUPGRADING376 proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['redirect', 1]], $pipes);
378 proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['null']], $pipes);
/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 …]
H A Dtsrm_win32.h110 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
/PHP-7.4/Zend/tests/
H A Dbug40236.phpt11 $cmd = "\"$php\" -n -d memory_limit=4M -a \"".__DIR__."\"/bug40236.inc";
12 echo `$cmd`;
/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 Dlibtool.m4450 for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
452 if (echo_test_string=`eval $cmd`) 2>/dev/null &&
453 echo_test_string=`eval $cmd` &&
526 for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
527 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
531 prev="$cmd"
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 Dphp.m448 cmd="echo $ac_n \"\$$1$unique$ac_c\""
49 if test -n "$unique" && test "`eval $cmd`" = "" ; then
314 cmd='$CC $1 -c conftest.c'
315 if eval $cmd 2>&1 | $EGREP -e $1 >/dev/null ; then
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-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/fileinfo/tests/
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
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
/PHP-7.4/ext/ftp/
H A Dftp.c76 const char *cmd,
486 ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len) in ftp_exec() argument
491 if (!ftp_putcmd(ftp, "SITE EXEC", sizeof("SITE EXEC")-1, cmd, cmd_len)) { in ftp_exec()
507 if (ftp == NULL || cmd == NULL) { in ftp_raw()
510 if (!ftp_putcmd(ftp, cmd, cmd_len, NULL, (size_t) 0)) { in ftp_raw()
1254 ftp_site(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len) in ftp_site() argument
1259 if (!ftp_putcmd(ftp, "SITE", sizeof("SITE")-1, cmd, cmd_len)) { in ftp_site()
1280 if (strpbrk(cmd, "\r\n")) { in ftp_putcmd()
1292 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s %s\r\n", cmd, args); in ftp_putcmd()
1298 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s\r\n", cmd); in ftp_putcmd()
[all …]
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);
H A Dphp_ftp.c230 ZEND_ARG_INFO(0, cmd)
556 char *cmd; in PHP_FUNCTION() local
559 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
568 if (!ftp_exec(ftp, cmd, cmd_len)) { in PHP_FUNCTION()
585 char *cmd; in PHP_FUNCTION() local
588 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
597 ftp_raw(ftp, cmd, cmd_len, return_value); in PHP_FUNCTION()
1523 char *cmd; in PHP_FUNCTION() local
1526 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &z_ftp, &cmd, &cmd_len) == FAILURE) { in PHP_FUNCTION()
1535 if (!ftp_site(ftp, cmd, cmd_len)) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h387 …c_mysqlnd_vio__consume_uneaten_data)(MYSQLND_VIO * const vio, enum php_mysqlnd_server_command cmd);
H A Dmysqlnd_vio.c435 …OD(mysqlnd_vio, consume_uneaten_data)(MYSQLND_VIO * const net, enum php_mysqlnd_server_command cmd) in MYSQLND_METHOD()
477 net->last_command = cmd; in MYSQLND_METHOD()
/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/openssl/tests/
H A DServerClientTestCase.inc67 $cmd = sprintf(
74 $cmd = sprintf(
83 $cmd,
H A Dstream_server_reneg_limit.phpt73 $cmd = 'openssl s_client -connect 127.0.0.1:64321';
75 $process = proc_open($cmd, $descriptorSpec, $pipes);
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c200 static int pdo_dblib_transaction_cmd(const char *cmd, pdo_dbh_t *dbh) in pdo_dblib_transaction_cmd() argument
204 if (FAIL == dbcmd(H->link, cmd)) { in pdo_dblib_transaction_cmd()

Completed in 176 milliseconds

123