diff options
author | Andi Gutmans <andi@php.net> | 2001-12-26 19:54:20 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-12-26 19:54:20 +0000 |
commit | 29ea3da2f846ff56669a3ec525bfaad2b295bf42 (patch) | |
tree | ba9f769da0ef27e47357f94c355d49de67d4ef28 /Zend/zend.h | |
parent | 403350e41d54d1d9f817ba153aefd575b6d1dbfb (diff) | |
download | php-git-29ea3da2f846ff56669a3ec525bfaad2b295bf42.tar.gz |
- Pretty much finish _clone() support
Diffstat (limited to 'Zend/zend.h')
-rw-r--r-- | Zend/zend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.h b/Zend/zend.h index 69d33f3291..88c9214299 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -291,6 +291,7 @@ struct _zend_class_entry { zend_function_entry *builtin_functions; union _zend_function *constructor; + union _zend_function *clone; /* handlers */ void (*handle_function_call)(INTERNAL_FUNCTION_PARAMETERS, zend_property_reference *property_reference); |