Searched refs:backtrace (Results 1 – 13 of 13) sorted by relevance
7 $backtrace = debug_backtrace(false);8 $backtrace[1]['args'][1] = 'bomb';
2 Bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)20 $backtrace = debug_backtrace();22 foreach ($backtrace as $call) {
7 public function test() { $this->backtrace(); }18 protected function backtrace() {
6 $backtrace = debug_backtrace();
564 private $trace; // backtrace of exception591 // that returns the backtrace as a string611 echo 'Exception: ' . $ex->getMessage() . 'with backtrace: <pre>';1137 function call backtrace, and more).
654 char *backtrace = mysqlnd_get_backtrace(TSRMLS_C); in mysqlnd_query_read_result_set_header() local655 php_log_err(backtrace TSRMLS_CC); in mysqlnd_query_read_result_set_header()656 efree(backtrace); in mysqlnd_query_read_result_set_header()
592 prints backtrace.
1881 you can provide a backtrace with your bug report to help the1894 + You should include your backtrace in your bug report. This
3452 . Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).3885 . Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).5902 . Added options to debug backtrace functions. (Stas)10027 - Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from
319 ; The timeout for serving a single request after which a PHP backtrace will be
449 ; The timeout for serving a single request after which a PHP backtrace will be
1503 backtrace with your bug report to help the developers pinpoint the1514 * You should include your backtrace in your bug report. This should
17342 extern int backtrace(void**,int);17345 # define backtrace(A,B) 1 macro17582 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1; in sqlite3MemMalloc()
Completed in 283 milliseconds