diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-10-02 12:46:22 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-10-02 12:46:22 +0100 |
commit | f58cf8b24dc01d79a07035a794531bedc1b0b3f3 (patch) | |
tree | de5771069561214d803fa2d02bfe8553fb11ad06 /sapi/phpdbg/phpdbg_prompt.h | |
parent | 3fe1010ceebe231afcee8aceae6782c18da23539 (diff) | |
parent | 417a8ef6b45ed8510faf5ebfb7b4f8c76cb97934 (diff) | |
download | php-git-f58cf8b24dc01d79a07035a794531bedc1b0b3f3.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
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 fbfbe0af1c..e5a0286af1 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); /* }}} */ |