|
@@ 959-961 (lines=3) @@
|
| 956 |
|
|
| 957 |
|
// get line and file from the previous level of the caller |
| 958 |
|
// TODO go deeper if this case exist? |
| 959 |
|
if (! isset($caller['file'])) { |
| 960 |
|
$caller['file'] = $bt[ $callstack_depth - 3 ]['file']; |
| 961 |
|
} |
| 962 |
|
|
| 963 |
|
if (! isset($caller['line'])) { |
| 964 |
|
$caller['line'] = $bt[ $callstack_depth - 3 ]['line']; |
|
@@ 963-965 (lines=3) @@
|
| 960 |
|
$caller['file'] = $bt[ $callstack_depth - 3 ]['file']; |
| 961 |
|
} |
| 962 |
|
|
| 963 |
|
if (! isset($caller['line'])) { |
| 964 |
|
$caller['line'] = $bt[ $callstack_depth - 3 ]['line']; |
| 965 |
|
} |
| 966 |
|
|
| 967 |
|
try { |
| 968 |
|
echo "\n" . $caller['file'] . ':' . $caller['line'] . "\n"; |