Home
last modified time | relevance | path

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

/PHP-8.1/ext/ftp/
H A Dftp.stub.php29 function ftp_exec(FTP\Connection $ftp, string $command): bool {}
35 function ftp_raw(FTP\Connection $ftp, string $command): ?array {}
85 function ftp_site(FTP\Connection $ftp, string $command): bool {}
/PHP-8.1/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.c173 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
/PHP-8.1/ext/standard/
H A Dexec.c474 char *command; in PHP_FUNCTION() local
516 char *command; local
H A Dproc_open.h44 zend_string *command; member
H A Dbasic_functions.stub.php987 function exec(string $command, &$output = null, &$result_code = null): string|false {}
993 function system(string $command, &$result_code = null): string|false {}
999 function passthru(string $command, &$result_code = null): ?bool {}
1002 function escapeshellcmd(string $command): string {}
1008 function shell_exec(string $command): string|false|null {}
1035 function popen(string $command, string $mode) {}
1525 function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?ar…
H A Dproc_open.c694 zend_string *command = NULL; in get_command_from_array() local
H A Dfile.c926 char *command, *mode; in PHP_FUNCTION() local
/PHP-8.1/TSRM/
H A Dtsrm_win32.c441 TSRM_API FILE *popen(const char *command, const char *type) in popen()
447 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex()
/PHP-8.1/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.1/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h120 } command; member
H A Dmysqlnd_wireprotocol.h150 enum php_mysqlnd_server_command command; member
H A Dmysqlnd_connection.c421 const char * const command = conn->options->init_commands[current_command]; in MYSQLND_METHOD() local
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_driver.c356 zend_string *command; in mysql_handle_begin() local

Completed in 82 milliseconds