Searched refs:backtrace (Results 1 – 17 of 17) sorted by relevance
2 Print backtrace in fiber19 #0 %sdebug-backtrace.php(9): inner_function()21 #2 %sdebug-backtrace.php(12): Fiber->start()
7 $backtrace = debug_backtrace(false);8 $backtrace[1]['args'][1] = 'bomb';
2 Bug #76047: Use-after-free when accessing already destructed backtrace arguments10 $backtrace = (new Exception)->getTrace();11 var_dump($backtrace);
7 public function test() { $this->backtrace(); }18 protected function backtrace() {
2 Bug #70547 (unsetting function variables corrupts backtrace)
6 $backtrace = debug_backtrace();
2 GH-15851: Access on NULL when printing backtrace with freed generator
2 Generator backtrace with multi yield from
2 TypeErrors will not contain param values in backtrace
2 ReflectionFiber backtrace test
2 Bug #73423 (Reproducible crash with GDB backtrace)
2 Observer: Show backtrace on init
1701 zval backtrace; in ZEND_FUNCTION() local1707 zend_fetch_debug_backtrace(&backtrace, 1, options, limit); in ZEND_FUNCTION()1708 ZEND_ASSERT(Z_TYPE(backtrace) == IS_ARRAY); in ZEND_FUNCTION()1710 zend_string *str = zend_trace_to_string(Z_ARRVAL(backtrace), /* include_main */ false); in ZEND_FUNCTION()1713 zval_ptr_dtor(&backtrace); in ZEND_FUNCTION()
208 $backtrace = debug_backtrace();209 if (isset($backtrace[$backTraceIndex]['file'])) {210 $filePath = $backtrace[$backTraceIndex]['file'];
626 prints backtrace.
178 . Fixed bug GH-15851 (Segfault when printing backtrace during cleanup of
377 ; The timeout for serving a single request after which a PHP backtrace will be
Completed in 38 milliseconds