mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
fix broken subs
This commit is contained in:
parent
1c046c02b8
commit
e36b718004
2 changed files with 8 additions and 2 deletions
|
@ -854,7 +854,10 @@ PHPDBG_COMMAND(help) /* {{{ */
|
|||
phpdbg_help_footer();
|
||||
} break;
|
||||
|
||||
phpdbg_default_switch_case();
|
||||
default: {
|
||||
phpdbg_error(
|
||||
"No help can be found for the subject \"%s\"", param->str);
|
||||
}
|
||||
}
|
||||
|
||||
return SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue