File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ static zend_always_inline uint32_t zend_visibility_to_set_visibility(uint32_t vi
443443// Must not clash with ZEND_SHORT_CIRCUITING_CHAIN_MASK
444444#define ZEND_JMP_NULL_BP_VAR_IS 4
445445
446- char * zend_visibility_string (uint32_t fn_flags );
446+ const char * zend_visibility_string (uint32_t fn_flags );
447447
448448#define ZEND_PROPERTY_HOOK_COUNT 2
449449#define ZEND_PROPERTY_HOOK_STRUCT_SIZE (sizeof(zend_function*) * ZEND_PROPERTY_HOOK_COUNT)
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ static void do_inherit_parent_constructor(zend_class_entry *ce) /* {{{ */
200200}
201201/* }}} */
202202
203- char * zend_visibility_string (uint32_t fn_flags ) /* {{{ */
203+ const char * zend_visibility_string (uint32_t fn_flags ) /* {{{ */
204204{
205205 if (fn_flags & ZEND_ACC_PUBLIC ) {
206206 return "public" ;
You can’t perform that action at this time.
0 commit comments