diff options
author | Xinchen Hui <laruence@gmail.com> | 2014-02-17 11:05:48 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2014-02-17 11:05:48 +0800 |
commit | ab2a73a6629850bfd131996a54ca649cfd455f01 (patch) | |
tree | c88aedde358c6af07bd60b044b20a580cdee759b /sapi/phpdbg/phpdbg_prompt.h | |
parent | ad1838d2483c3a44c77a2d483a5cf27ffeb63e45 (diff) | |
download | php-git-ab2a73a6629850bfd131996a54ca649cfd455f01.tar.gz |
Use better data structures (incomplete)
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 /* }}} */ |