@@ 1037-1039 (lines=3) @@ | ||
1034 | ||
1035 | // get line and file from the previous level of the caller |
|
1036 | // TODO go deeper if this case exist? |
|
1037 | if (! isset($caller['file'])) { |
|
1038 | $caller['file'] = $bt[ $callstack_depth - 3 ]['file']; |
|
1039 | } |
|
1040 | ||
1041 | if (! isset($caller['line'])) { |
|
1042 | $caller['line'] = $bt[ $callstack_depth - 3 ]['line']; |
|
@@ 1041-1043 (lines=3) @@ | ||
1038 | $caller['file'] = $bt[ $callstack_depth - 3 ]['file']; |
|
1039 | } |
|
1040 | ||
1041 | if (! isset($caller['line'])) { |
|
1042 | $caller['line'] = $bt[ $callstack_depth - 3 ]['line']; |
|
1043 | } |
|
1044 | ||
1045 | try { |
|
1046 | echo "\n" . $caller['file'] . ':' . $caller['line'] . "\n"; |