diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-04-22 01:07:52 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-04-22 01:08:08 +0200 |
commit | e09a0bfc9e849b558fb03be33ac463ef3288305b (patch) | |
tree | 5fc1c271e135dfe9a49e819760de6c424b67b6af /sapi/phpdbg/phpdbg_utils.h | |
parent | 73d31d44e8b59804077b4f6451e06caf69166a6b (diff) | |
download | php-git-e09a0bfc9e849b558fb03be33ac463ef3288305b.tar.gz |
Also consider specific catches when checking for uncaught
Diffstat (limited to 'sapi/phpdbg/phpdbg_utils.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_utils.h b/sapi/phpdbg/phpdbg_utils.h index 5ed2353987..dcf713e05b 100644 --- a/sapi/phpdbg/phpdbg_utils.h +++ b/sapi/phpdbg/phpdbg_utils.h @@ -94,7 +94,7 @@ int phpdbg_is_auto_global(char *name, int len); PHPDBG_API void phpdbg_xml_var_dump(zval *zv); -PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *ex); +PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *ex, zend_object *exception); #ifdef ZTS #define PHPDBG_OUTPUT_BACKUP_DEFINES() \ |