Home
last modified time | relevance | path

Searched refs:debug_backtrace (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.0/Zend/tests/
H A Ddebug_backtrace_limit.phpt2 debug_backtrace limit
14 print_r(debug_backtrace(0, 1));
15 print_r(debug_backtrace(0, 2));
16 print_r(debug_backtrace(0, 0));
17 print_r(debug_backtrace(0, 4));
H A Dbug28377.phpt2 Bug #28377 (debug_backtrace is intermittently passing args)
7 $trace = debug_backtrace();
9 custom_callback('direct', debug_backtrace());
H A Dbug30828.phpt2 Bug #30828 (debug_backtrace() reports incorrect class in overridden methods)
8 $bt = debug_backtrace();
16 $bt = debug_backtrace();
24 $bt = debug_backtrace();
H A Dbug39445.phpt2 Bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash)
7 debug_backtrace();
H A Dclosure_032.phpt2 Closure 032: Testing Closure and debug_backtrace
11 $c = function($param) { print_r(debug_backtrace()); debug_print_backtrace(); };
H A Dbug64239_2.phpt2 Bug #64239 (debug_backtrace() changed behavior)
25 print_r(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 1));
H A Ddebug_backtrace_with_include_and_this.phpt2 debug_backtrace segmentation fault with include and error handler
21 $bt= debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 2);
H A Dbug47880.phpt7 $backtrace = debug_backtrace(false);
H A Dbug64578.phpt2 Bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault)
H A Dbug_debug_backtrace.phpt2 Bug - crash in debug_backtrace when trace starts in eval
H A Dbug79108.phpt14 debug_backtrace()[1]['args'][0] = 'Modified';
H A Dbug73156.phpt7 eval('$args = array(); var_dump(debug_backtrace());');
H A Dbug64720.phpt28 $this->trace = debug_backtrace(1);
H A Dbug64960.phpt23 $e->_trace = debug_backtrace();
H A Dbug70547.phpt27 $bt = debug_backtrace();
H A Ddebug_backtrace_options.phpt2 debug_backtrace options
9 print_r(debug_backtrace());
11 print_r(debug_backtrace($opt));
/PHP-8.0/ext/standard/tests/array/
H A Dbug51552.phpt2 Bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)
6 $backtrace = debug_backtrace();
/PHP-8.0/tests/lang/
H A Dbug24573.phpt2 Bug #24573 (debug_backtrace() crashes if $this is set to null)
10 debug_backtrace();
/PHP-8.0/Zend/tests/named_params/
H A Dbacktrace.phpt7 var_dump(debug_backtrace());
/PHP-8.0/Zend/tests/attributes/
H A D031_backtrace.phpt10 var_dump(debug_backtrace());
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php108 function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array {} function
H A Dzend_builtin_functions_arginfo.h259 ZEND_FUNCTION(debug_backtrace);
321 ZEND_FE(debug_backtrace, arginfo_debug_backtrace)
H A Dzend_builtin_functions.c2085 ZEND_FUNCTION(debug_backtrace) in ZEND_FUNCTION() argument
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt38 $stack = debug_backtrace();
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc190 $backtrace = debug_backtrace();

Completed in 39 milliseconds

12