Searched defs:command (Results 1 – 13 of 13) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | exec.c | 486 char *command; in PHP_FUNCTION() local 531 char *command; local
|
H A D | proc_open.h | 45 char *command; member
|
H A D | proc_open.c | 478 char *command = NULL, *cwd = NULL; in PHP_FUNCTION() local
|
H A D | file.c | 926 char *command, *mode; in PHP_FUNCTION() local
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 468 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 D | phpdbg_help.c | 181 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
|
H A D | xml.md | 108 command section
|
/PHP-7.4/TSRM/ |
H A D | tsrm_win32.c | 442 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 D | zend_virtual_cwd.h | 274 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument 323 #define VCWD_POPEN(command, type) popen(command, type) argument
|
H A D | zend_virtual_cwd.c | 1649 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 D | mysqlnd_ext_plugin.h | 124 } command; member
|
H A D | mysqlnd_wireprotocol.h | 152 enum php_mysqlnd_server_command command; member
|
H A D | mysqlnd_connection.c | 451 const char * const command = conn->options->init_commands[current_command]; in MYSQLND_METHOD() local
|
Completed in 58 milliseconds