Home
last modified time | relevance | path

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

/PHP-5.4/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 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 Dbug64720.phpt28 $this->trace = debug_backtrace(1);
H A Ddebug_backtrace_options.phpt2 debug_backtrace options
9 print_r(debug_backtrace());
11 print_r(debug_backtrace($opt));
H A Dbug64960.phpt23 $e->_trace = debug_backtrace();
H A Dbug38047.phpt20 $backtrace = debug_backtrace();
/PHP-5.4/ext/standard/tests/array/
H A Dbug51552.phpt2 Bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)
6 $backtrace = debug_backtrace();
/PHP-5.4/tests/lang/
H A Dbug24573.phpt2 Bug #24573 (debug_backtrace() crashes if $this is set to null)
10 debug_backtrace();
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt44 $stack = debug_backtrace();
/PHP-5.4/ext/spl/
H A Dspl.php291 $this->trace = debug_backtrace();
/PHP-5.4/Zend/
H A Dzend_builtin_functions.c85 static ZEND_FUNCTION(debug_backtrace);
298 ZEND_FE(debug_backtrace, arginfo_debug_backtrace)
2415 ZEND_FUNCTION(debug_backtrace) in ZEND_FUNCTION() argument
H A DZEND_CHANGES555 $this->trace = debug_backtrace();
/PHP-5.4/
H A DUPGRADING311 - Added optional argument to debug_backtrace() and debug_print_backtrace()
H A DNEWS1086 . Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:
2070 . Added optional argument to debug_backtrace() and debug_print_backtrace()
3894 - Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory
5856 - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
6810 - Fixed bug #39445 (Calling debug_backtrace() in the __toString()
7829 debug_backtrace() that contains a reference to the respective object when the
8502 - Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden
8566 - Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)

Completed in 57 milliseconds