summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-18 20:07:30 +0000
committerMarcus Boerger <helly@php.net>2003-12-18 20:07:30 +0000
commit49efcd4f276262d4a99c1deafc1375ec35c7b29b (patch)
treeb05d8092df33e388179af53591ee26c28ab2d641 /Zend/zend_object_handlers.h
parent48200cbee6f81cdcff09af4ccd01f232c43df3de (diff)
downloadphp-git-49efcd4f276262d4a99c1deafc1375ec35c7b29b.tar.gz
Fixed bug #24837 Incorrect behaviour of PPP using foreach.
Diffstat (limited to 'Zend/zend_object_handlers.h')
-rw-r--r--Zend/zend_object_handlers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_object_handlers.h b/Zend/zend_object_handlers.h
index 64ae400585..d1478af888 100644
--- a/Zend/zend_object_handlers.h
+++ b/Zend/zend_object_handlers.h
@@ -127,6 +127,8 @@ ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int ty
ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope);
+ZEND_API int zend_check_property_access(zend_object *zobj, char *prop_info_name TSRMLS_DC);
+
#endif
/*