diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-04-21 12:31:43 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-04-21 12:31:57 +0200 |
commit | f83ee6a05d9b0213ba43831a5c55ad7992a825c0 (patch) | |
tree | 442021febad15273bce93a3264929c89ec88a19a /sapi/phpdbg/phpdbg_utils.h | |
parent | ca76a86fe62ef87dc25905c5ca90244d9b84a81f (diff) | |
download | php-git-f83ee6a05d9b0213ba43831a5c55ad7992a825c0.tar.gz |
Add next command / Fix recursion/exceptions with u/F/L
Diffstat (limited to 'sapi/phpdbg/phpdbg_utils.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_utils.h b/sapi/phpdbg/phpdbg_utils.h index b835ace703..5ed2353987 100644 --- a/sapi/phpdbg/phpdbg_utils.h +++ b/sapi/phpdbg/phpdbg_utils.h @@ -94,6 +94,8 @@ 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); + #ifdef ZTS #define PHPDBG_OUTPUT_BACKUP_DEFINES() \ zend_output_globals *output_globals_ptr; \ |