yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 149 forks source link

If an internal PHP function, such as `call_user_func`, in the backtrace, the 'file' and 'line' not be available. #528

Closed zymeli closed 9 months ago

zymeli commented 9 months ago
Q A
Is bugfix? ✔️

It should be noted that if an internal php function such as call_user_func in the backtrace, the 'file' and 'line' entries will not be set. @see https://www.php.net/manual/en/function.debug-backtrace.php#59713

what-the-diff[bot] commented 9 months ago

PR Summary

samdark commented 9 months ago

Would you please add a line for CHANGELOG?

samdark commented 9 months ago

Thank you!