mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
450f2ff406
Noticed this while working on attributes strict_types handling. We sometimes insert dummy frames internally, but I don't think these should show up in debug_backtrace output unless they're needed, either to display an include call or to preserve file/line information that would otherwise get lost. Closes GH-6195.