|
@@ 1056-1058 (lines=3) @@
|
| 1053 |
|
|
| 1054 |
|
// get line and file from the previous level of the caller |
| 1055 |
|
// TODO go deeper if this case exist? |
| 1056 |
|
if (! isset($caller['file'])) { |
| 1057 |
|
$caller['file'] = $bt[ $callstack_depth - 3 ]['file']; |
| 1058 |
|
} |
| 1059 |
|
|
| 1060 |
|
if (! isset($caller['line'])) { |
| 1061 |
|
$caller['line'] = $bt[ $callstack_depth - 3 ]['line']; |
|
@@ 1060-1062 (lines=3) @@
|
| 1057 |
|
$caller['file'] = $bt[ $callstack_depth - 3 ]['file']; |
| 1058 |
|
} |
| 1059 |
|
|
| 1060 |
|
if (! isset($caller['line'])) { |
| 1061 |
|
$caller['line'] = $bt[ $callstack_depth - 3 ]['line']; |
| 1062 |
|
} |
| 1063 |
|
|
| 1064 |
|
try { |
| 1065 |
|
echo "\n" . $caller['file'] . ':' . $caller['line'] . "\n"; |