Home
last modified time | relevance | path

Searched refs:command (Results 51 – 75 of 97) sorted by relevance

1234

/PHP-8.0/ext/ftp/
H A Dftp_arginfo.h39 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
44 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
/PHP-8.0/win32/build/
H A Dconfutils.js163 var command = 'cmd /c ""' + EXE;
165 command = command + '" -v"';
167 command = command + '" --version"';
169 var version = execute(command + '" 2>&1"');
3062 var command = 'cmd /c ""' + PHP_CL + '" -v"';
3063 var full = execute(command + '" 2>&1"');
3073 var command = 'cmd /c ""' + PHP_CL + '" -v"';
3074 var full = execute(command + '" 2>&1"');
3119 var command = 'cmd /c ""' + PHP_CL + '" -v"';
3120 var full = execute(command + '" 2>&1"');
[all …]
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c628 ret = conn->command->change_user(conn, payload, silent); in php_mysqlnd_auth_write()
996 vio->data->m.consume_uneaten_data(vio, packet->command); in php_mysqlnd_cmd_write()
1002 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write()
1013 int1store(p, packet->command); in php_mysqlnd_cmd_write()
2518 const enum php_mysqlnd_server_command command, in MYSQLND_METHOD()
2533 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2556 cmd_packet.command = command; in MYSQLND_METHOD()
2562 MYSQLND_INC_CONN_STATISTIC(stats, STAT_COM_QUIT + command - 1 /* because of COM_SLEEP */ ); in MYSQLND_METHOD()
2566 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2681 const enum php_mysqlnd_server_command command, in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_wireprotocol.h150 enum php_mysqlnd_server_command command; member
H A Dmysqlnd_structs.h496 …t)(MYSQLND_CONN_DATA * const conn, const enum php_mysqlnd_server_command command, const zend_uchar…
497 …ok_packet, const zend_bool silent, const enum php_mysqlnd_server_command command, const zend_bool …
981 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) * command;
1035 const enum php_mysqlnd_server_command command,
1062 const enum php_mysqlnd_server_command command,
H A Dmysqlnd_ps.c50 if (conn->command->stmt_fetch(conn, payload) == FAIL) { in mysqlnd_stmt_send_cursor_fetch_command()
441 ret = conn->command->stmt_prepare(conn, query_string); in MYSQLND_METHOD()
721 ret = conn->command->stmt_execute(conn, payload); in MYSQLND_METHOD()
1193 ret = stmt->conn->command->stmt_reset(stmt->conn, stmt_id); in MYSQLND_METHOD()
1299 ret = conn->command->stmt_send_long_data(conn, payload); in MYSQLND_METHOD()
2081 ret = conn->command->stmt_close(conn, stmt_id); in MYSQLND_METHOD_PRIVATE()
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc102 fputs($s, "500 Syntax error, command unrecognized.\r\n");
141 fputs($s, "500 Syntax error, command unrecognized.\r\n");
158 fputs($s, "500 Syntax error, command unrecognized.\r\n");
196 fputs($s, "250 CDUP command successful.\r\n");
295 fputs($s, "250 CWD command successful.\r\n");
551 fputs($s, "500 Syntax error, command unrecognized.\r\n");
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_cmd.h138 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_fetch.phpt85 [014] [%d] Commands out of sync; you can't run this command now
H A Dmysqli_report.phpt325 Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s o…
327 Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on li…
329 Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on …
331 Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s…
H A Dmysqli_multi_query.phpt119 [009] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt67 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
H A Dmysqli_change_user_get_lock.phpt38 This command resets the state as if one had done a new connect. (See Section 25.2.13, “Controlling …
H A Dlocal_infile_tools.inc41 …return "Cannot test LOAD DATA LOCAL INFILE, [1148] The used command is not allowed with this MySQL…
H A Dmysqli_affected_rows_oo.phpt39 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_affected_rows.phpt32 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_stmt_get_result2.phpt161 [017] [2014] Commands out of sync; you can't run this command now
/PHP-8.0/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt20 * command is the only feasible way to test renegotiation limiting functionality. It's not an ideal
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc17 * commands. It will be used from command line/console
21 * @brief Phar console command implementation
122 .'pear command. When using \'0\' the command does not error out when the '
827 * @return string The description of the command extra to a directory.
937 * The cli command argument for deleting.
1062 * Get the command stub infos.
1108 * @return string A description of the command.
1443 * @return array The arguments for info command.
1551 * @return array The arguments for version command.
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc36 $cmd = "powershell -command \"Get-Item -Path '$path' | Format-Table -HideTableHeaders Name\"";
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php733 function exec(string $command, &$output = null, &$result_code = null): string|false {} argument
736 function system(string $command, &$result_code = null): string|false {} argument
739 function passthru(string $command, &$result_code = null): ?bool {} argument
741 function escapeshellcmd(string $command): string {} argument
745 function shell_exec(string $command): string|false|null {} argument
765 function popen(string $command, string $mode) {} argument
1152 function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?ar… argument
/PHP-8.0/sapi/fpm/
H A Dphp-fpm.service.in3 # the best way is to use the "systemctl edit" command.
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c1647 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1649 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1653 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1661 command_length = strlen(command); in virtual_popen()
1701 memcpy(ptr, command, command_length+1); in virtual_popen()
H A DREADME.md134 file requires `--with-lines` option. By default ZE2 uses the following command
/PHP-8.0/
H A Drun-tests.php1771 while (($command = fgets($workerSock))) {
1772 $command = unserialize(base64_decode($command));
1774 switch ($command["type"]) {
1776 run_all_tests($command["test_files"], $command["env"], $command["redir_tested"]);
1786 "msg" => "Unrecognised message type: $command[type]"

Completed in 88 milliseconds

1234