mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
change message, it's wrong
This commit is contained in:
parent
858629b600
commit
81e1f70e52
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ static PHPDBG_COMMAND(run) /* {{{ */
|
|||
EG(return_value_ptr_ptr) = orig_retval_ptr;
|
||||
|
||||
if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) {
|
||||
phpdbg_error("Caught excetion in VM");
|
||||
phpdbg_error("Caught exit/error from VM");
|
||||
goto out;
|
||||
}
|
||||
} zend_end_try();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue