diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-10-02 12:45:20 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-10-02 12:45:20 +0100 |
commit | 417a8ef6b45ed8510faf5ebfb7b4f8c76cb97934 (patch) | |
tree | 6e92374e9258aeb296a52f64340109516b1bbb91 /sapi/phpdbg/phpdbg_prompt.h | |
parent | 9d537951c5e4af5e453dd4d60e74dad039856b80 (diff) | |
download | php-git-417a8ef6b45ed8510faf5ebfb7b4f8c76cb97934.tar.gz |
Fix run command args passing when inmidst execution
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_prompt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.h b/sapi/phpdbg/phpdbg_prompt.h index c17e7185ce..c93beeba03 100644 --- a/sapi/phpdbg/phpdbg_prompt.h +++ b/sapi/phpdbg/phpdbg_prompt.h @@ -25,7 +25,7 @@ void phpdbg_string_init(char *buffer); void phpdbg_init(char *init_file, size_t init_file_len, zend_bool use_default); void phpdbg_try_file_init(char *init_file, size_t init_file_len, zend_bool free_init); -int phpdbg_interactive(zend_bool allow_async_unsafe); +int phpdbg_interactive(zend_bool allow_async_unsafe, char *input); int phpdbg_compile(void); void phpdbg_force_interruption(void); /* }}} */ |