summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.h
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-04-19 21:09:10 +0100
committerkrakjoe <joe.watkins@live.co.uk>2014-04-19 21:09:10 +0100
commit89868dd4d9f9271e0d042549adf0d920d29d3067 (patch)
treeb51bf6013f0847652d46e31e4791c4cad02d0ff0 /phpdbg_cmd.h
parent11c707d83657f2fd8347496d0959b27bdd454836 (diff)
parenta0ee96289b7e9a06e9dbb66f40258fc09b55cde2 (diff)
downloadphp-git-89868dd4d9f9271e0d042549adf0d920d29d3067.tar.gz
Merge branch 'master' of https://github.com/krakjoe/phpdbg
Diffstat (limited to 'phpdbg_cmd.h')
-rw-r--r--phpdbg_cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpdbg_cmd.h b/phpdbg_cmd.h
index af93ba54d4..571d065f59 100644
--- a/phpdbg_cmd.h
+++ b/phpdbg_cmd.h
@@ -45,7 +45,8 @@ typedef enum {
SHELL_PARAM,
COND_PARAM,
OP_PARAM,
- ORIG_PARAM
+ ORIG_PARAM,
+ RUN_PARAM
} phpdbg_param_type;
typedef struct _phpdbg_param phpdbg_param_t;