summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-09-09 16:51:45 +0000
committerAndi Gutmans <andi@php.net>2004-09-09 16:51:45 +0000
commit6bd3c36a5303f05d256b165cf56c725b800b42e9 (patch)
tree84fe169192df5295dd8222736bb020f16e2a0f43 /Zend/zend_API.h
parent8aed222d93aefd7300c79a9a7d9073435ebc0e0b (diff)
downloadphp-git-6bd3c36a5303f05d256b165cf56c725b800b42e9.tar.gz
- Recommit:
- Check signature of magic methods - Register __get/__set/__call for internal classes
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 313dd217ee..12312938c0 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -168,6 +168,7 @@ ZEND_API int zend_register_functions(zend_class_entry *scope, zend_function_entr
ZEND_API void zend_unregister_functions(zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC);
ZEND_API int zend_register_module(zend_module_entry *module_entry);
ZEND_API int zend_register_module_ex(zend_module_entry *module TSRMLS_DC);
+ZEND_API void zend_check_magic_method_implementation(zend_class_entry *ce, zend_function *fptr, int error_type TSRMLS_DC);
ZEND_API zend_class_entry *zend_register_internal_class(zend_class_entry *class_entry TSRMLS_DC);
ZEND_API zend_class_entry *zend_register_internal_class_ex(zend_class_entry *class_entry, zend_class_entry *parent_ce, char *parent_name TSRMLS_DC);