summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_cmd.h')
-rw-r--r--phpdbg_cmd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpdbg_cmd.h b/phpdbg_cmd.h
index 7cfe35ba9e..cf503812a7 100644
--- a/phpdbg_cmd.h
+++ b/phpdbg_cmd.h
@@ -41,7 +41,11 @@ typedef enum {
NUMERIC_PARAM,
NUMERIC_FUNCTION_PARAM,
NUMERIC_METHOD_PARAM,
- STACK_PARAM
+ STACK_PARAM,
+ EVAL_PARAM,
+ SHELL_PARAM,
+ COND_PARAM,
+ ORIG_PARAM
} phpdbg_param_type;
typedef struct _phpdbg_input_t phpdbg_input_t;