diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-23 17:19:26 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-23 17:19:26 +0200 |
commit | f0254826784df569bfd5ae8aca16a05b04a9aa2e (patch) | |
tree | efa926b84f7c799a2f44aa0da48f76d5c2c557e6 /phpdbg_utils.h | |
parent | 28dcdb2d130d63d4aece862d96fa27c440397705 (diff) | |
download | php-git-f0254826784df569bfd5ae8aca16a05b04a9aa2e.tar.gz |
Add xml formatted deep dump of return value from ev
Diffstat (limited to 'phpdbg_utils.h')
-rw-r--r-- | phpdbg_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpdbg_utils.h b/phpdbg_utils.h index 52338c1836..d657dc79fd 100644 --- a/phpdbg_utils.h +++ b/phpdbg_utils.h @@ -110,4 +110,6 @@ typedef int (*phpdbg_parse_var_with_arg_func)(char *name, size_t len, char *keyn PHPDBG_API int phpdbg_parse_variable(char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent TSRMLS_DC); PHPDBG_API int phpdbg_parse_variable_with_arg(char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_with_arg_func callback, zend_bool silent, void *arg TSRMLS_DC); +PHPDBG_API void phpdbg_xml_var_dump(zval **zv TSRMLS_DC); + #endif /* PHPDBG_UTILS_H */ |