Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug47880.phpt7 $backtrace = debug_backtrace(false);
8 $backtrace[1]['args'][1] = 'bomb';
H A Dbug38047.phpt2 Bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
20 $backtrace = debug_backtrace();
22 foreach ($backtrace as $call) {
H A Dbug64239_2.phpt7 public function test() { $this->backtrace(); }
18 protected function backtrace() {
/PHP-5.5/ext/standard/tests/array/
H A Dbug51552.phpt6 $backtrace = debug_backtrace();
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c535 char *backtrace = mysqlnd_get_backtrace(TSRMLS_C); in mysqlnd_query_read_result_set_header() local
536 php_log_err(backtrace TSRMLS_CC); in mysqlnd_query_read_result_set_header()
537 efree(backtrace); in mysqlnd_query_read_result_set_header()
/PHP-5.5/Zend/
H A DZEND_CHANGES564 private $trace; // backtrace of exception
591 // that returns the backtrace as a string
611 echo 'Exception: ' . $ex->getMessage() . 'with backtrace: <pre>';
1137 function call backtrace, and more).
/PHP-5.5/
H A D.gdbinit592 prints backtrace.
H A DINSTALL1881 you can provide a backtrace with your bug report to help the
1894 + You should include your backtrace in your bug report. This
H A DNEWS1874 . Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
2307 . Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
4324 . Added options to debug backtrace functions. (Stas)
8449 - Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in438 ; The timeout for serving a single request after which a PHP backtrace will be
/PHP-5.5/win32/
H A Dinstall.txt1512 backtrace with your bug report to help the developers pinpoint the
1523 * You should include your backtrace in your bug report. This should
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17342 extern int backtrace(void**,int);
17345 # define backtrace(A,B) 1 macro
17582 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1; in sqlite3MemMalloc()

Completed in 371 milliseconds