Home
last modified time | relevance | path

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

12345

/php-src/
H A Dconfigure.ac258 if command -v ldd >/dev/null && ldd --version 2>&1 | grep -q ^musl
H A Dphp.ini-development679 ; useful when running scripts from the command line. When this directive is
H A Dphp.ini-production681 ; useful when running scripts from the command line. When this directive is
H A DREADME.md74 PHP ships with an extensive test suite, the command `make test` is used after
/php-src/.circleci/
H A Dconfig.yml31 command: |
84 command: |
156 command: make -j2 > /dev/null
159 command: |
168 command: |
/php-src/build/
H A Dlibtool.m4406 # will find an echo command which doesn't interpret backslashes.
806 [# find the maximum length of command line arguments
807 AC_MSG_CHECKING([the maximum length of command line arguments])
823 # no limit to the length of command line arguments.
959 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
2205 *** Warning: the command libtool uses to detect shared libraries,
2420 # Base MSYS/MinGW do not provide the 'file' command needed by
2934 # command for GNU C++ for the case where it uses the native
4271 # What is the maximum length of a command?
4544 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
[all …]
H A Dphp.m41999 dnl configure command run by user. This file is named 'config.nice' in PHP.
2274 dnl Generate Makefile.objects entries. The empty $ac_provsrc command stops an
H A Dltmain.sh968 command="$command -o $lobj"
973 $show "$command"
974 if $run eval $lt_env "$command"; then :
1039 command="$command -o $obj"
1043 command="$command$suppress_output"
1045 $show "$command"
1046 if $run eval $lt_env "$command"; then :
/php-src/docs/
H A Drelease-process.md300 13. If you have the [GitHub command line tool][] installed, run the following to
573 12. If you have the [GitHub command line tool][] installed, run the following to
922 then following command will show changes present in both files:
1090 [GitHub command line tool]: https://cli.github.com
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c615 ret = conn->command->change_user(conn, payload, silent); in php_mysqlnd_auth_write()
968 vio->data->m.consume_uneaten_data(vio, packet->command); in php_mysqlnd_cmd_write()
974 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write()
985 int1store(p, packet->command); in php_mysqlnd_cmd_write()
2386 const enum php_mysqlnd_server_command command, in MYSQLND_METHOD()
2401 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2424 cmd_packet.command = command; in MYSQLND_METHOD()
2430 MYSQLND_INC_CONN_STATISTIC(stats, STAT_COM_QUIT + command - 1 /* because of COM_SLEEP */ ); in MYSQLND_METHOD()
2434 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2550 const enum php_mysqlnd_server_command command, in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_ps.c50 if (conn->command->stmt_fetch(conn, payload) == FAIL) { in mysqlnd_stmt_send_cursor_fetch_command()
419 ret = conn->command->stmt_prepare(conn, query_string); in MYSQLND_METHOD()
697 ret = conn->command->stmt_execute(conn, payload); in MYSQLND_METHOD()
941 ret = stmt->conn->command->stmt_reset(stmt->conn, stmt_id); in MYSQLND_METHOD()
1047 ret = conn->command->stmt_send_long_data(conn, payload); in MYSQLND_METHOD()
1813 ret = conn->command->stmt_close(conn, stmt_id); in MYSQLND_METHOD_PRIVATE()
H A Dmysqlnd_connection.c358 DBG_RETURN(conn->command->set_option(conn, option)); in MYSQLND_METHOD()
422 if (command) { in MYSQLND_METHOD()
424 if (PASS != conn->m->query(conn, command, strlen(command))) { in MYSQLND_METHOD()
809 enum_func_status ret = conn->command->query(conn, query_string);
824 enum_func_status ret = conn->command->reap_result(conn);
948 DBG_RETURN(conn->command->debug(conn));
961 DBG_RETURN(conn->command->init_db(conn, database));
973 enum_func_status ret = conn->command->ping(conn);
986 DBG_RETURN(conn->command->statistics(conn, message));
1044 DBG_RETURN(conn->command->refresh(conn, options));
[all …]
H A Dmysqlnd_structs.h485 …t)(MYSQLND_CONN_DATA * const conn, const enum php_mysqlnd_server_command command, const zend_uchar…
486 …type ok_packet, const bool silent, const enum php_mysqlnd_server_command command, const bool ignor…
951 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) * command;
1005 const enum php_mysqlnd_server_command command,
1032 const enum php_mysqlnd_server_command command,
H A Dmysqlnd_driver.c146 data->command = mysqlnd_command_get_methods(); in MYSQLND_METHOD()
148 …if (!data->protocol_frame_codec || !data->vio || !data->payload_decoder_factory || !data->command)… in MYSQLND_METHOD()
/php-src/ext/standard/
H A Dbasic_functions.stub.php2718 function exec(string $command, &$output = null, &$result_code = null): string|false {}
2724 function system(string $command, &$result_code = null): string|false {}
2727 function passthru(string $command, &$result_code = null): false|null {}
2730 function escapeshellcmd(string $command): string {}
2736 function shell_exec(string $command): string|false|null {}
2763 function popen(string $command, string $mode) {}
3343 function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?ar…
H A Dbasic_functions_arginfo.h1138 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1144 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1149 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1154 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1162 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1187 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1786 ZEND_ARG_TYPE_MASK(0, command, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
H A Dproc_open.c323 zend_string_release_ex(proc->command, false); in proc_open_rsrc_dtor()
409 add_assoc_str(return_value, "command", zend_string_copy(proc->command)); in PHP_FUNCTION()
738 zend_string *command = NULL; in get_command_from_array() local
748 if (command != NULL) { in get_command_from_array()
749 zend_string_release_ex(command, false); in get_command_from_array()
755 command = zend_string_copy(arg_str); in get_command_from_array()
763 return command; in get_command_from_array()
1422 proc->command = zend_string_copy(command_str); in PHP_FUNCTION()
/php-src/sapi/fpm/tests/
H A Dtester.inc353 * Skip test if supplied shell command fails.
355 * @param string $command
358 …static public function skipIfShellCommandFails(string $command, ?string $expectedPartOfOutput = nu…
360 $result = exec("$command 2>&1", $output, $code);
362 die("skip command '$command' faieled with code $code");
373 die("skip command '$command' did not contain output '$expectedPartOfOutput'");
452 $this->trace('Testing config using command', $cmd, true);
550 $this->trace('Starting FPM using command:', $cmd, true);
1130 $this->trace('Sending signal using command', $cmd, true);
2206 * @param bool $isCommand Whether message is a command array.
/php-src/ext/posix/
H A Dconfig.m427 AS_IF([command -v ldd >/dev/null && ldd --version 2>&1 | grep -q "^musl"],[],
/php-src/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 '
839 * @return string The description of the command extra to a directory.
949 * The cli command argument for deleting.
1074 * Get the command stub infos.
1120 * @return string A description of the command.
1455 * @return array The arguments for info command.
1563 * @return array The arguments for version command.
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt194 [040] [2014] [Commands out of sync; you can't run this command now]
H A Dmysqli_stmt_get_result2.phpt158 [017] [2014] Commands out of sync; you can't run this command now
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c356 zend_string *command; in mysql_handle_begin() local
361 command = ZSTR_INIT_LITERAL("START TRANSACTION", 0); in mysql_handle_begin()
362 return_value = mysql_handle_doer(dbh, command); in mysql_handle_begin()
363 zend_string_release_ex(command, 0); in mysql_handle_begin()
/php-src/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)

Completed in 222 milliseconds

12345