Skip to content

Conversation

@ndossche
Copy link
Member

No description provided.

}
/* }}} */

static bool backtrace_is_arg_sensitive(zend_execute_data *call, uint32_t offset)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With #20448 the following should be possible:

Suggested change
static bool backtrace_is_arg_sensitive(zend_execute_data *call, uint32_t offset)
static bool backtrace_is_arg_sensitive(const zend_execute_data *call, uint32_t offset)

@ndossche ndossche force-pushed the refactor-backtrace-stuff branch from d6c532c to 461bcfb Compare November 11, 2025 21:53
@ndossche ndossche merged commit f15c712 into php:master Nov 11, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants