Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 95) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS523 . Fixed bug #71145 (Multiple statements in init command triggers unbuffered
605 . Fixed bug #79423 (copy command is limited to size of file it can copy).
1698 . Implemented FR #78177 (Make proc_open accept command array). (Nikita)
H A D.gdbinit629 This command is almost a short cut for
H A Drun-tests.php1711 while (($command = fgets($workerSock))) {
1712 $command = unserialize(base64_decode($command));
1714 switch ($command["type"]) {
1716 run_all_tests($command["test_files"], $command["env"], $command["redir_tested"]);
1726 "msg" => "Unrecognised message type: $command[type]"
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c622 ret = conn->command->change_user(conn, payload, silent); in php_mysqlnd_auth_write()
995 vio->data->m.consume_uneaten_data(vio, packet->command); in php_mysqlnd_cmd_write()
1001 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write()
1012 int1store(p, packet->command); in php_mysqlnd_cmd_write()
2531 const enum php_mysqlnd_server_command command, in MYSQLND_METHOD()
2546 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2569 cmd_packet.command = command; in MYSQLND_METHOD()
2575 MYSQLND_INC_CONN_STATISTIC(stats, STAT_COM_QUIT + command - 1 /* because of COM_SLEEP */ ); in MYSQLND_METHOD()
2579 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2694 const enum php_mysqlnd_server_command command, in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_connection.c382 ret = conn->command->set_option(conn, option); in MYSQLND_METHOD()
452 if (command) { in MYSQLND_METHOD()
454 if (PASS != conn->m->query(conn, command, strlen(command))) { in MYSQLND_METHOD()
886 ret = conn->command->query(conn, query_string);
910 ret = conn->command->reap_result(conn);
1055 ret = conn->command->debug(conn);
1077 ret = conn->command->init_db(conn, database);
1096 ret = conn->command->ping(conn);
1196 ret = conn->command->refresh(conn, options);
1214 ret = conn->command->shutdown(conn, level);
[all …]
H A Dmysqlnd_ps.c53 if (conn->command->stmt_fetch(conn, payload) == FAIL) { in mysqlnd_stmt_send_cursor_fetch_command()
443 ret = conn->command->stmt_prepare(conn, query_string); in MYSQLND_METHOD()
723 ret = conn->command->stmt_execute(conn, payload); in MYSQLND_METHOD()
1195 ret = stmt->conn->command->stmt_reset(stmt->conn, stmt_id); in MYSQLND_METHOD()
1301 ret = conn->command->stmt_send_long_data(conn, payload); in MYSQLND_METHOD()
2127 ret = conn->command->stmt_close(conn, stmt_id); in MYSQLND_METHOD_PRIVATE()
H A Dmysqlnd_auth.c200 ret = conn->command->enable_ssl(conn, client_capabilities, server_capabilities, charset_no); in mysqlnd_switch_to_ssl_if_needed()
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt23 …::fetch_object(): (HY000/2014): Commands out of sync; you can't run this command now in %s on line…
H A Dmysqli_report.phpt326 Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s o…
328 Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on li…
330 Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on …
332 Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s…
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
H A Dmysqli_stmt_get_result.phpt201 [040] [2014] [Commands out of sync; you can't run this command now]
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt68 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
H A Dmysqli_stmt_get_result2.phpt173 [017] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_fetch.phpt95 [014] [%d] Commands out of sync; you can't run this command now
H A Dmysqli_multi_query.phpt125 [009] [2014] Commands out of sync; you can't run this command now
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.phpt37 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
/PHP-7.4/TSRM/
H A Dtsrm_win32.c442 TSRM_API FILE *popen(const char *command, const char *type) in popen() argument
445 return popen_ex(command, type, NULL, NULL); in popen()
448 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex() argument
483 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /c ")+2); in popen_ex()
488 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1649 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1651 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1655 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1663 command_length = strlen(command); in virtual_popen()
1703 memcpy(ptr, command, command_length+1); in virtual_popen()
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c77 ZEND_ARG_INFO(0, command)
82 ZEND_ARG_INFO(0, command)
/PHP-7.4/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-7.4/ext/standard/
H A Dfile.c926 char *command, *mode; in PHP_FUNCTION() local
933 Z_PARAM_PATH(command, command_len) in PHP_FUNCTION()
947 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
949 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
957 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_parser.y66 : command { $$ = $1; }
67 | input T_SEPARATOR command { phpdbg_stack_separate($1.top); $$ = $3; }
71 command
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug71145.phpt2 Bug #71145: Multiple statements in init command triggers unbuffered query error
/PHP-7.4/build/
H A Dphp.m42108 dnl configure command run by user. This file is named 'config.nice' in PHP.
2366 dnl Generate Makefile.objects entries. The empty $ac_provsrc command stops an

Completed in 90 milliseconds

1234