Home
last modified time | relevance | path

Searched defs:command (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/ext/ftp/
H A Dftp.stub.php26 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 Dphpdbg_cmd.c466 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 Dphpdbg_help.c179 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
H A Dxml.md108 command section
/PHP-8.0/ext/standard/
H A Dproc_open.h44 char *command; member
H A Dexec.c474 char *command; in PHP_FUNCTION() local
516 char *command; local
H A Dproc_open.c617 char *command = NULL; in get_command_from_array() local
1008 char *command = NULL; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php733 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 Dfile.c917 char *command, *mode; in PHP_FUNCTION() local
/PHP-8.0/TSRM/
H A Dtsrm_win32.c440 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 Dzend_virtual_cwd.h273 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument
322 #define VCWD_POPEN(command, type) popen(command, type) argument
H A Dzend_virtual_cwd.c1647 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 Dmysqlnd_ext_plugin.h122 } command; member
H A Dmysqlnd_wireprotocol.h150 enum php_mysqlnd_server_command command; member
H A Dmysqlnd_connection.c449 const char * const command = conn->options->init_commands[current_command]; in MYSQLND_METHOD() local

Completed in 57 milliseconds