Commit 2bd72a3
Joseph Lenton
fixed bug with first line of stack trace
First lines in stack traces often contain magical PHP calls,
wich PHP silently inserts into your code. In short, the stack
does not reflect your code.
This commit brings back previous behaviour, where the first
line is by default taken from the source file, and not PHP.1 parent e40a210 commit 2bd72a3
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2008 | 2008 | | |
2009 | 2009 | | |
2010 | 2010 | | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
2011 | 2015 | | |
2012 | | - | |
2013 | | - | |
2014 | | - | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
2015 | 2021 | | |
2016 | 2022 | | |
2017 | 2023 | | |
| |||
0 commit comments