From 601b75731a1ba51aa7f8c9c268e70dda9fb49dda Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 21 Nov 2013 21:19:55 -0200 Subject: [PATCH] - WS --- phpdbg_prompt.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 85222e8c5d..7099ecb6f7 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -511,7 +511,7 @@ PHPDBG_COMMAND(eval) /* {{{ */ PHPDBG_G(flags) |= PHPDBG_IS_STEPPING; } } break; - + phpdbg_default_switch_case(); } @@ -612,7 +612,7 @@ PHPDBG_COMMAND(info) /* {{{ */ { phpdbg_error( "No information command selected !"); - + return SUCCESS; } /* }}} */ @@ -1115,7 +1115,7 @@ void phpdbg_execute_ex(zend_op_array *op_array TSRMLS_DC) /* {{{ */ #endif zend_bool original_in_execution = EG(in_execution); HashTable vars; - + #if PHP_VERSION_ID < 50500 if (EG(exception)) { return; @@ -1265,8 +1265,8 @@ next: DO_INTERACTIVE(); } - PHPDBG_G(vmret) = execute_data->opline->handler(execute_data TSRMLS_CC); - + PHPDBG_G(vmret) = execute_data->opline->handler(execute_data TSRMLS_CC); + if (PHPDBG_G(vmret) > 0) { switch (PHPDBG_G(vmret)) { case 1: -- 2.40.0