Skip to content

Commit d0b7eed

Browse files
committed
yet one C++ compat fix
1 parent c71b773 commit d0b7eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_object_handlers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ struct _zend_object_handlers {
155155
zend_object_compare_zvals_t compare;
156156
};
157157

158+
BEGIN_EXTERN_C()
158159
extern ZEND_API zend_object_handlers std_object_handlers;
159160

160161
#define zend_get_function_root_class(fbc) \
161162
((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
162163

163-
BEGIN_EXTERN_C()
164164
ZEND_API union _zend_function *zend_std_get_static_method(zend_class_entry *ce, zend_string *function_name_strval, const zval *key);
165165
ZEND_API zval *zend_std_get_static_property(zend_class_entry *ce, zend_string *property_name, zend_bool silent);
166166
ZEND_API ZEND_COLD zend_bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *property_name);

0 commit comments

Comments
 (0)