diff options
author | Andi Gutmans <andi@php.net> | 2002-12-01 19:22:30 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-12-01 19:22:30 +0000 |
commit | f222884e2d44593f8f8c0f5f763ded21883096cb (patch) | |
tree | abf02c15728235a7b0186f0166fcff1fd6402683 /Zend/zend.h | |
parent | b6ecd6704c2ee70fc830ad6a7d0994a4ba12026f (diff) | |
download | php-git-f222884e2d44593f8f8c0f5f763ded21883096cb.tar.gz |
- Revert as the patch doesn't compile
Diffstat (limited to 'Zend/zend.h')
-rw-r--r-- | Zend/zend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h index bcb93d85da..de97d15db3 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -431,7 +431,6 @@ ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int *use_cop ZEND_API int zend_print_zval(zval *expr, int indent); ZEND_API int zend_print_zval_ex(zend_write_func_t write_func, zval *expr, int indent); ZEND_API void zend_print_zval_r(zval *expr, int indent); -ZEND_API void zend_print_flat_zval_r(zval *expr); ZEND_API void zend_print_zval_r_ex(zend_write_func_t write_func, zval *expr, int indent); ZEND_API void zend_output_debug_string(zend_bool trigger_break, char *format, ...); |