summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_cmd.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-09-17 22:52:55 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-09-17 22:53:10 +0200
commitadcabcc125094dae8fe1b62dca267e3fa302907d (patch)
tree28a53d475349c3b57b8d2fd2d26afec350b17d9b /sapi/phpdbg/phpdbg_cmd.h
parent8fe171a3e046717ec0109297bcd765bdee3e939c (diff)
downloadphp-git-adcabcc125094dae8fe1b62dca267e3fa302907d.tar.gz
Add # delimiter to phpdbg commands
Diffstat (limited to 'sapi/phpdbg/phpdbg_cmd.h')
-rw-r--r--sapi/phpdbg/phpdbg_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_cmd.h b/sapi/phpdbg/phpdbg_cmd.h
index 957297600b..e09c2a2116 100644
--- a/sapi/phpdbg/phpdbg_cmd.h
+++ b/sapi/phpdbg/phpdbg_cmd.h
@@ -137,6 +137,7 @@ PHPDBG_API int phpdbg_ask_user_permission(const char *question);
* Stack Management
*/
PHPDBG_API void phpdbg_stack_push(phpdbg_param_t *stack, phpdbg_param_t *param);
+PHPDBG_API void phpdbg_stack_separate(phpdbg_param_t *param);
PHPDBG_API const phpdbg_command_t *phpdbg_stack_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top);
PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, zend_bool allow_async_unsafe);