summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_utils.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-06-29 02:51:10 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-06-29 02:51:10 +0200
commit088f589f7d5aa24a8c42fea582dc53b8cb7232c2 (patch)
tree97e9052ee449a2cbecf5a2fa0646177a2ada6f81 /sapi/phpdbg/phpdbg_utils.h
parentf500471e8c27af61e3c213d183e583b49d8b42ee (diff)
downloadphp-git-088f589f7d5aa24a8c42fea582dc53b8cb7232c2.tar.gz
Make backtraces *much* more readable
Diffstat (limited to 'sapi/phpdbg/phpdbg_utils.h')
-rw-r--r--sapi/phpdbg/phpdbg_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_utils.h b/sapi/phpdbg/phpdbg_utils.h
index dcf713e05b..d4fd352cd4 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);
+char *phpdbg_short_zval_print(zval *zv, int maxlen);
+
PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *ex, zend_object *exception);
#ifdef ZTS