summaryrefslogtreecommitdiff
path: root/phpdbg_info.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-11-24 13:27:38 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-11-24 13:27:38 +0100
commite10bfd3b790d30e67c64236764136cc0c0d19957 (patch)
tree2289a7a14db9f34d89d798f43ce586e5104cbbbc /phpdbg_info.c
parent2800af6e47dbc9b76843e480bb5d5a61adebc342 (diff)
parent4eb63d996de7a57981850a202a8d008635e15f1e (diff)
downloadphp-git-e10bfd3b790d30e67c64236764136cc0c0d19957.tar.gz
Merge branch 'master' of https://github.com/krakjoe/phpdbg
Diffstat (limited to 'phpdbg_info.c')
-rw-r--r--phpdbg_info.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpdbg_info.c b/phpdbg_info.c
index 724b30cce0..d665f92d7d 100644
--- a/phpdbg_info.c
+++ b/phpdbg_info.c
@@ -151,8 +151,7 @@ PHPDBG_INFO(literal) /* {{{ */
{
if ((EG(in_execution) && EG(active_op_array)) || PHPDBG_G(ops)) {
zend_op_array *ops = EG(active_op_array) ? EG(active_op_array) : PHPDBG_G(ops);
- unsigned int literal = 0;
- int count = ops->last_literal-1;
+ int literal = 0, count = ops->last_literal-1;
if (ops->function_name) {
if (ops->scope) {