Created
November 1, 2022 22:22
-
-
Save mszabo-wikia/0024c91b0b3661117b61eca8977532b1 to your computer and use it in GitHub Desktop.
how to normalize jitted PHP stack traces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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