Searched defs:command (Results 1 – 15 of 15) sorted by relevance
/PHP-8.0/ext/ftp/ |
H A D | ftp.stub.php | 26 function ftp_exec($ftp, string $command): bool {} 29 function ftp_raw($ftp, string $command): ?array {} 116 function ftp_site($ftp, string $command): bool {}
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 466 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify() 571 const phpdbg_command_t *command = commands; in phpdbg_stack_resolve() local
|
H A D | phpdbg_help.c | 179 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
|
H A D | xml.md | 108 command section
|
/PHP-8.0/ext/standard/ |
H A D | proc_open.h | 44 char *command; member
|
H A D | exec.c | 474 char *command; in PHP_FUNCTION() local 516 char *command; local
|
H A D | proc_open.c | 617 char *command = NULL; in get_command_from_array() local 1008 char *command = NULL; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 733 function exec(string $command, &$output = null, &$result_code = null): string|false {} 736 function system(string $command, &$result_code = null): string|false {} 739 function passthru(string $command, &$result_code = null): ?bool {} 741 function escapeshellcmd(string $command): string {} 745 function shell_exec(string $command): string|false|null {} 765 function popen(string $command, string $mode) {} 1152 function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?ar…
|
H A D | file.c | 917 char *command, *mode; in PHP_FUNCTION() local
|
/PHP-8.0/TSRM/ |
H A D | tsrm_win32.c | 440 TSRM_API FILE *popen(const char *command, const char *type) in popen() 446 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex()
|
/PHP-8.0/Zend/ |
H A D | zend_virtual_cwd.h | 273 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument 322 #define VCWD_POPEN(command, type) popen(command, type) argument
|
H A D | zend_virtual_cwd.c | 1647 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() 1653 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen()
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 122 } command; member
|
H A D | mysqlnd_wireprotocol.h | 150 enum php_mysqlnd_server_command command; member
|
H A D | mysqlnd_connection.c | 449 const char * const command = conn->options->init_commands[current_command]; in MYSQLND_METHOD() local
|
Completed in 83 milliseconds