summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-06-08 18:53:58 +0000
committerZeev Suraski <zeev@php.net>2003-06-08 18:53:58 +0000
commitd329ce93f2bbda9cb72497b0e95ebc608161c9ce (patch)
treea53cb22d4d038a9e727991e2c793c38ac242766f /Zend/zend_compile.h
parentfaefdb7bddccf8cacb42ebda79e2709b661d1594 (diff)
downloadphp-git-d329ce93f2bbda9cb72497b0e95ebc608161c9ce.tar.gz
Nicer handling of protected/private members in print_r()
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 9db2224b97..dbc71e9b77 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -455,6 +455,7 @@ ZEND_API void destroy_zend_function(zend_function *function TSRMLS_DC);
ZEND_API void destroy_zend_class(zend_class_entry **pce);
void zend_class_add_ref(zend_class_entry **ce);
+void unmangle_property_name(char *mangled_property, char **prop_name, char **class_name);
void zend_duplicate_property_info(zend_property_info *property_info);
void zend_destroy_property_info(zend_property_info *property_info);