diff options
| author | Zeev Suraski <zeev@php.net> | 2003-06-08 18:53:58 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2003-06-08 18:53:58 +0000 |
| commit | d329ce93f2bbda9cb72497b0e95ebc608161c9ce (patch) | |
| tree | a53cb22d4d038a9e727991e2c793c38ac242766f /Zend/zend_compile.h | |
| parent | faefdb7bddccf8cacb42ebda79e2709b661d1594 (diff) | |
| download | php-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.h | 1 |
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); |
