Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/standard/tests/file/
H A Dpopen_pclose_error.phpt11 * Prototype: resource popen ( string command, string mode )
H A Dpopen_pclose_basic-win32-mb.phpt11 * Prototype: resource popen ( string command, string mode )
H A Dpopen_pclose_basic-win32.phpt11 * Prototype: resource popen ( string command, string mode )
/PHP-7.1/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt29 // start the buffering of next command to internal output buffer
32 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_basic2.phpt29 // start the buffering of next command to internal output buffer
32 // run the command 'locale -a' to fetch all locales available in the system
/PHP-7.1/
H A DINSTALL11 + CGI and command line setups
24 + Compiling shared PECL extensions with the pecl command
108 * CGI and command line setups
614 CGI and command line setups
781 installation using the pkg command.
1013 * Compiling shared PECL extensions with the pecl command
1029 for the pear command also applies to the pecl command.
1127 Or from the command line, run:
1174 Compiling shared PECL extensions with the pecl command
1177 command, do the following:
[all …]
H A DREADME.TESTING15 command line after successfully compiling. This will run the complete
35 If you are running the run-tests.php script from the command line (as above)
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c627 if (command) { in php_mysqlnd_auth_write()
628 ret = command->run(command); in php_mysqlnd_auth_write()
629 command->free_command(command); in php_mysqlnd_auth_write()
1037 vio->data->m.consume_uneaten_data(vio, packet->command); in php_mysqlnd_cmd_write()
1043 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write()
1054 int1store(p, packet->command); in php_mysqlnd_cmd_write()
2722 const enum php_mysqlnd_server_command command, in MYSQLND_METHOD()
2737 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2764 cmd_packet->command = command; in MYSQLND_METHOD()
2774 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_wireprotocol.h162 enum php_mysqlnd_server_command command; member
H A Dmysqlnd_structs.h445 …t)(MYSQLND_CONN_DATA * const conn, const enum php_mysqlnd_server_command command, const zend_uchar…
446 …ok_packet, const zend_bool silent, const enum php_mysqlnd_server_command command, const zend_bool …
852 …_protocol_command * (*func_mysqlnd__command_factory)(enum php_mysqlnd_server_command command, ...);
992 const enum php_mysqlnd_server_command command,
1020 const enum php_mysqlnd_server_command command,
/PHP-7.1/win32/build/
H A Dconfutils.js182 var command = 'cmd /c ""' + EXE;
184 command = command + '" -v"';
186 var version = execute(command + '" 2>&1"');
2938 var command = 'cmd /c ""' + PHP_CL + '" -v"';
2939 var full = execute(command + '" 2>&1"');
2949 var command = 'cmd /c ""' + PHP_CL + '" -v"';
2950 var full = execute(command + '" 2>&1"');
2980 var command = 'cmd /c ""' + PHP_CL + '" -v"';
2981 var full = execute(command + '" 2>&1"');
3005 var command = 'cmd /c ""' + PHP_CL + '" -v"';
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_cmd.h144 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
H A DREADME.md33 …e the source against your PHP installation sources, and enable the SAPI with the configure command.
/PHP-7.1/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt19 * command is the only feasible way to test renegotiation limiting functionality. It's not an ideal
/PHP-7.1/win32/
H A Dinstall.txt25 Compiling shared PECL extensions with the pecl command
78 If you are also interested to use PHP for command line scripting (e.g.
81 need the command line executable. For more information, read the
82 section about writing command line PHP applications. In this case, you
94 will also find information on the command line executable in the
240 The CLI version is designed to let you use PHP for command line
242 about using PHP from the command line.
1054 for the pear command also applies to the pecl command.
1107 Compiling shared PECL extensions with the pecl command
1110 command, do the following:
[all …]
/PHP-7.1/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-7.1/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc36 $cmd = "powershell -command \"Get-Item -Path '$path' | Format-Table -HideTableHeaders Name\"";
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c1939 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1941 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1948 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1964 retval = popen(command, type); in virtual_popen()
1975 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1983 command_length = strlen(command); in virtual_popen()
2026 memcpy(ptr, command, command_length+1); in virtual_popen()
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_fetch.phpt95 [014] [%d] 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_change_user_get_lock.phpt39 This command resets the state as if one had done a new connect. (See Section 25.2.13, “Controlling …
H A Dmysqli_affected_rows_oo.phpt37 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
/PHP-7.1/ext/phar/
H A DTODO51 X add preliminary phar command (phar.php) [Marcus]
52 X add phar command (phar.phar) [Marcus]
/PHP-7.1/sapi/cgi/
H A DREADME.FastCGI7 You must add '--enable-fastcgi' to the configure command on Linux or
29 and a port number to listen to on the command line, e.g.:
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dgrepoutput103 pcregrep: Error in command-line regex at offset 4: nothing to repeat
436 pcregrep: Error in 2nd command-line regex at offset 9: missing )
516 that the pcregrep command is working correctly. The file must be more than 24K
526 that the pcregrep command is working correctly. The file must be more than 24K

Completed in 101 milliseconds

12345