Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_cmd.c470 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify()
575 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.2/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 Dproc_open.c685 zend_string *command = NULL; in get_command_from_array() local
H A Dfile.c796 char *command, *mode; in PHP_FUNCTION() local
/PHP-8.2/TSRM/
H A Dtsrm_win32.c439 TSRM_API FILE *popen(const char *command, const char *type) in popen()
445 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex()
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.c1654 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen()
1660 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen()
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
/PHP-8.2/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.2/ext/pdo_mysql/
H A Dmysql_driver.c356 zend_string *command; in mysql_handle_begin() local

Completed in 50 milliseconds