prettified stack trace
This commit is contained in:
parent
8fa895f943
commit
3f13a9bfd7
@ -21,7 +21,9 @@
|
|||||||
if ($frame['file'] === dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'test' . DIRECTORY_SEPARATOR . 'TestMethod.php') {
|
if ($frame['file'] === dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'test' . DIRECTORY_SEPARATOR . 'TestMethod.php') {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$line .= $frame['file'] . ' (' . $frame['line'] . ') ';
|
|
||||||
|
$line .= $frame['file'] . ' (line ' . $frame['line'] . ') ';
|
||||||
|
$line .= "\n ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($frame['class']) || isset($frame['function'])) {
|
if (isset($frame['class']) || isset($frame['function'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user