Home
last modified time | relevance | path

Searched refs:getTrace (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug50383.phpt27 print_r($e->getTrace());
34 print_r($e->getTrace());
H A Dexception_010.phpt22 Warning: Exception::getTrace() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/tests/lang/
H A D038.phpt30 $trace = $e->getTrace();
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_driver.phpt63 $tmp = $e->getTrace();
65 printf("[012] getTrace() has returned an empty array.\n");
/PHP-5.5/sapi/cli/tests/
H A D005.phpt92 Method [ <internal:Core> final public method getTrace ] {
/PHP-5.5/ext/spl/
H A Dspl.php325 final public function getTrace() function in Exception
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_closure.phpt90 var_dump($e->getTrace());
/PHP-5.5/Zend/
H A Dzend_exceptions.c346 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument
763 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
H A DZEND_CHANGES576 final function getTrace() {
612 echo $ex->getTrace();

Completed in 23 milliseconds