diff options
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 6807d88f41..69e9bddf70 100644 --- a/sapi/phpdbg/phpdbg_prompt.h +++ b/sapi/phpdbg/phpdbg_prompt.h @@ -60,7 +60,7 @@ extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */ /* {{{ */ #if PHP_VERSION_ID >= 50500 -void phpdbg_execute_ex(zend_execute_data *execute_data TSRMLS_DC); +void phpdbg_execute_ex(zend_execute_data *execute_data, zval *return_value TSRMLS_DC); #else void phpdbg_execute_ex(zend_op_array *op_array TSRMLS_DC); #endif /* }}} */ |