Home
last modified time | relevance | path

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

/php-src/Zend/tests/fibers/
H A Ddebug-backtrace.phpt2 Print backtrace in fiber
19 #0 %sdebug-backtrace.php(9): inner_function()
21 #2 %sdebug-backtrace.php(12): Fiber->start()
/php-src/Zend/tests/
H A Dbug47880.phpt7 $backtrace = debug_backtrace(false);
8 $backtrace[1]['args'][1] = 'bomb';
H A Dbug76047.phpt2 Bug #76047: Use-after-free when accessing already destructed backtrace arguments
10 $backtrace = (new Exception)->getTrace();
11 var_dump($backtrace);
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-src/ext/standard/tests/array/
H A Dbug51552.phpt6 $backtrace = debug_backtrace();
/php-src/Zend/tests/generators/
H A Dbacktrace_multi_yield_from.phpt2 Generator backtrace with multi yield from
/php-src/ext/sodium/tests/
H A Dsodium_error_001.phpt2 TypeErrors will not contain param values in backtrace
/php-src/ext/reflection/tests/
H A DReflectionFiber_backtrace.phpt2 ReflectionFiber backtrace test
/php-src/ext/spl/tests/
H A Dbug73423.phpt2 Bug #73423 (Reproducible crash with GDB backtrace)
/php-src/ext/zend_test/tests/
H A Dobserver_backtrace_01.phpt2 Observer: Show backtrace on init
/php-src/Zend/
H A Dzend_builtin_functions.c1760 zval backtrace; in ZEND_FUNCTION() local
1766 zend_fetch_debug_backtrace(&backtrace, 1, options, limit); in ZEND_FUNCTION()
1767 ZEND_ASSERT(Z_TYPE(backtrace) == IS_ARRAY); in ZEND_FUNCTION()
1769 zend_string *str = zend_trace_to_string(Z_ARRVAL(backtrace), /* include_main */ false); in ZEND_FUNCTION()
1772 zval_ptr_dtor(&backtrace); in ZEND_FUNCTION()
/php-src/sapi/fpm/tests/
H A Dtester.inc208 $backtrace = debug_backtrace();
209 if (isset($backtrace[$backTraceIndex]['file'])) {
210 $filePath = $backtrace[$backTraceIndex]['file'];
/php-src/
H A D.gdbinit626 prints backtrace.
/php-src/sapi/fpm/
H A Dwww.conf.in377 ; The timeout for serving a single request after which a PHP backtrace will be

Completed in 65 milliseconds