Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dexec.c486 char *command; in PHP_FUNCTION() local
531 char *command; local
H A Dproc_open.h45 char *command; member
H A Dproc_open.c478 char *command = NULL, *cwd = NULL; in PHP_FUNCTION() local
H A Dfile.c926 char *command, *mode; in PHP_FUNCTION() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c468 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify()
573 const phpdbg_command_t *command = commands; in phpdbg_stack_resolve() local
H A Dphpdbg_help.c181 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
H A Dxml.md108 command section
/PHP-7.4/TSRM/
H A Dtsrm_win32.c442 TSRM_API FILE *popen(const char *command, const char *type) in popen()
448 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h274 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument
323 #define VCWD_POPEN(command, type) popen(command, type) argument
H A Dzend_virtual_cwd.c1649 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen()
1655 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h124 } command; member
H A Dmysqlnd_wireprotocol.h152 enum php_mysqlnd_server_command command; member
H A Dmysqlnd_connection.c451 const char * const command = conn->options->init_commands[current_command]; in MYSQLND_METHOD() local

Completed in 45 milliseconds