Skip to content

Instantly share code, notes, and snippets.

@mszabo-wikia
Created November 1, 2022 22:22
Show Gist options
  • Save mszabo-wikia/0024c91b0b3661117b61eca8977532b1 to your computer and use it in GitHub Desktop.
Save mszabo-wikia/0024c91b0b3661117b61eca8977532b1 to your computer and use it in GitHub Desktop.
how to normalize jitted PHP stack traces
sed -E 's/TRACE-[0-9]+\$([^\$]+)\$[0-9]+/\1/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment