Skip to content

Commit d4177c1

Browse files
committed
Zend/zend_execute: make several pointers const
1 parent 86d89cf commit d4177c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_execute.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ ZEND_API bool zend_verify_property_type(const zend_property_info *info, zval *pr
494494
ZEND_COLD void zend_verify_property_type_error(const zend_property_info *info, const zval *property);
495495
ZEND_COLD void zend_magic_get_property_type_inconsistency_error(const zend_property_info *info, const zval *property);
496496

497-
#define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \
497+
#define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \
498498
zend_ref_add_type_source(&ZEND_REF_TYPE_SOURCES(ref), source)
499499

500500
#define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \

0 commit comments

Comments
 (0)