PEAR_ErrorStack::getErrors | PEAR_ErrorStack::getMessageCallback |
PEAR_ErrorStack | |
PEAR Manual | |
require_once 'PEAR/ErrorStack.php'; |
array|false PEAR_ErrorStack::getFileLine (
array $code
, unused $params
, integer $backtrace = NULL
)
This function uses a backtrace generated from debug_backtrace and so will not work at all in PHP < 4.3.0. The frame should reference the frame that contains the source of the error.
Results of debug_backtrace()
backtrace frame.
returns either array('file' => file, 'line' => line, 'function' => function name, 'class' => class name) or if this doesn't work, then false
throws no exceptions thrown
This function should be called statically.
PEAR_ErrorStack::getErrors | PEAR_ErrorStack::getMessageCallback |
PEAR_ErrorStack | |
PEAR Manual | |