Searched refs:getTrace (Results 1 – 9 of 9) sorted by relevance
27 print_r($e->getTrace());34 print_r($e->getTrace());
22 Warning: Exception::getTrace() expects exactly 0 parameters, 1 given in %s on line %d
30 $trace = $e->getTrace();
63 $tmp = $e->getTrace();65 printf("[012] getTrace() has returned an empty array.\n");
92 Method [ <internal:Core> final public method getTrace ] {
325 final public function getTrace() function in Exception
90 var_dump($e->getTrace());
354 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument787 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
576 final function getTrace() {612 echo $ex->getTrace();
Completed in 26 milliseconds