summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.h
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-02-17 08:53:47 +0000
committerkrakjoe <joe.watkins@live.co.uk>2014-02-17 08:53:47 +0000
commit1641d2afbe559bb3d95a6afe62b006ee90b17f1a (patch)
treee2222b514690d56c1cf079ce2fb67774de6c4d1b /phpdbg_cmd.h
parent1fce0887a32b18f11ff08ab81bc11d4b77992f89 (diff)
downloadphp-git-1641d2afbe559bb3d95a6afe62b006ee90b17f1a.tar.gz
case insensitivity where we can
additional param types
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;