From: krakjoe Date: Sun, 17 Nov 2013 11:31:09 +0000 (+0000) Subject: phpdbg_default_switch_case(); in list lines X-Git-Tag: php-5.6.0alpha1~110^2~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=605adfc613b753ba7d23122aa51d91938ff09a1f;p=php phpdbg_default_switch_case(); in list lines --- diff --git a/phpdbg_list.c b/phpdbg_list.c index 1b7938cab0..3736a6bd9e 100644 --- a/phpdbg_list.c +++ b/phpdbg_list.c @@ -48,9 +48,8 @@ PHPDBG_LIST(lines) /* {{{ */ case FILE_PARAM: phpdbg_list_file(param->file.name, param->file.line, 0, 0 TSRMLS_CC); break; - default: - phpdbg_error("Unsupported parameter type (%s) for function", - phpdbg_get_param_type(param TSRMLS_CC)); + + phpdbg_default_switch_case(); } return SUCCESS;