Searched defs:command (Results 1 – 13 of 13) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 471 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify() 576 const phpdbg_command_t *command = commands; in phpdbg_stack_resolve() local
|
H A D | phpdbg_help.c | 172 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
|
/php-src/ext/standard/ |
H A D | exec.c | 475 zend_string *command; in PHP_FUNCTION() local 506 char *command; local
|
H A D | proc_open.h | 44 zend_string *command; member
|
H A D | proc_open.c | 728 zend_string *command = NULL; in get_command_from_array() local
|
H A D | file.c | 784 char *command, *mode; in PHP_FUNCTION() local
|
/php-src/TSRM/ |
H A D | tsrm_win32.c | 439 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-src/Zend/ |
H A D | zend_virtual_cwd.c | 1655 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() 1661 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen()
|
H A D | zend_virtual_cwd.h | 285 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument 334 #define VCWD_POPEN(command, type) popen(command, type) argument
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 120 } command; member
|
H A D | mysqlnd_wireprotocol.h | 150 enum php_mysqlnd_server_command command; member
|
H A D | mysqlnd_connection.c | 421 const char * const command = conn->options->init_commands[current_command]; in MYSQLND_METHOD() local
|
/php-src/ext/pdo_mysql/ |
H A D | mysql_driver.c | 367 zend_string *command; in mysql_handle_begin() local
|
Completed in 46 milliseconds