Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/standard/tests/array/
H A Dbug51552.phpt6 $backtrace = debug_backtrace();
/PHP-7.2/ext/sodium/tests/
H A Dsodium_error_001.phpt2 TypeErrors will not contain param values in backtrace
/PHP-7.2/ext/spl/tests/
H A Dbug73423.phpt2 Bug #73423 (Reproducible crash with GDB backtrace)
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc170 $backtrace = debug_backtrace();
171 if (isset($backtrace[$backTraceIndex]['file'])) {
172 $filePath = $backtrace[$backTraceIndex]['file'];
/PHP-7.2/sapi/phpdbg/
H A Dxml.md216 - may contain other elements (of type <arg>) when contained in <backtrace> tag
431 - prints backtrace
/PHP-7.2/
H A D.gdbinit618 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 DNEWS3037 . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence)
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in325 ; The timeout for serving a single request after which a PHP backtrace will be
/PHP-7.2/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.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c23075 extern int backtrace(void**,int);
23078 # define backtrace(A,B) 1 macro
23315 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1; in sqlite3MemMalloc()

Completed in 492 milliseconds