Function __global->debug_print_backtrace
Definitions
sources_custom/phpstub.php
- Generates a backtrace to the output.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $provide_object | boolean | No | No | True | N/A | N/A | Provide object part in results |
| $limit | integer | No | No | 0 | N/A | N/A | Maximum stack frames to return (0: no limit) |
Preview
Code (PHP)
/**
* Generates a backtrace to the output.
*
* @param boolean $provide_object Provide object part in results
* @param integer $limit Maximum stack frames to return (0: no limit)
*/
function debug_print_backtrace(bool $provide_object = true, int $limit = 0)
* Generates a backtrace to the output.
*
* @param boolean $provide_object Provide object part in results
* @param integer $limit Maximum stack frames to return (0: no limit)
*/
function debug_print_backtrace(bool $provide_object = true, int $limit = 0)
