Good point; I'd even use `!empty($caller['file']) && !empty($caller['line'])`...
Good point; I'd even use `!empty($caller['file']) && !empty($caller['line'])` to save a few cycles in the (improbable) case where both _may_ be set, but empty (thus making the whole exercise pointless...).
Loading
Please register or sign in to comment