Home
last modified time | relevance | path

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

/PHP-7.0/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() {
H A Dbug70547.phpt2 Bug #70547 (unsetting function variables corrupts backtrace)
/PHP-7.0/ext/standard/tests/array/
H A Dbug51552.phpt6 $backtrace = debug_backtrace();
/PHP-7.0/ext/spl/tests/
H A Dbug73423.phpt2 Bug #73423 (Reproducible crash with GDB backtrace)
/PHP-7.0/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-7.0/sapi/phpdbg/
H A Dxml.md216 - may contain other elements (of type &lt;arg>) when contained in &lt;backtrace> tag
431 - prints backtrace
/PHP-7.0/
H A D.gdbinit607 prints backtrace.
H A DINSTALL1677 you can provide a backtrace with your bug report to help the
1690 + You should include your backtrace in your bug report. This
H A DNEWS865 . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence)
2234 . Fixed bug #70547 (unsetting function variables corrupts backtrace).
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in325 ; The timeout for serving a single request after which a PHP backtrace will be
/PHP-7.0/win32/
H A Dinstall.txt1503 backtrace with your bug report to help the developers pinpoint the
1514 * You should include your backtrace in your bug report. This should
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c20593 extern int backtrace(void**,int);
20596 # define backtrace(A,B) 1 macro
20833 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1; in sqlite3MemMalloc()

Completed in 712 milliseconds