diff options
| author | Marcus Boerger <helly@php.net> | 2006-02-25 18:25:45 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-02-25 18:25:45 +0000 |
| commit | 941b0651dc7f1f6ca4f5fc88acde4d2a50632445 (patch) | |
| tree | 6844d272bcf6e76009b9830db727f799a5ee34bd /Zend/zend_compile.h | |
| parent | 611a6dece9c099829f0123dd5a55635218bbfc46 (diff) | |
| download | php-git-941b0651dc7f1f6ca4f5fc88acde4d2a50632445.tar.gz | |
- MFH: Function deprecation flag
Diffstat (limited to 'Zend/zend_compile.h')
| -rw-r--r-- | Zend/zend_compile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 6ac818cff4..9c94f59109 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -136,6 +136,9 @@ typedef struct _zend_try_catch_element { /* shadow of parent's private method/property */ #define ZEND_ACC_SHADOW 0x20000 +/* deprecation flag */ +#define ZEND_ACC_DEPRECATED 0x40000 + char *zend_visibility_string(zend_uint fn_flags); |
