Searched refs:zend_fetch_debug_backtrace (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_builtin_functions.h | 26 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit);
|
H A D | zend_exceptions.c | 221 zend_fetch_debug_backtrace(&trace, skip_top_traces, 0, 0); in zend_default_exception_new_ex()
|
H A D | zend_builtin_functions.c | 2447 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace() function 2673 zend_fetch_debug_backtrace(return_value, 1, options, limit); in ZEND_FUNCTION()
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 281 zend_fetch_debug_backtrace(&zbacktrace, 0, 0, limit); in phpdbg_dump_backtrace()
|
/PHP-7.3/ext/reflection/ |
H A D | php_reflection.c | 2147 zend_fetch_debug_backtrace(return_value, 0, options, 0); in ZEND_METHOD()
|
Completed in 37 milliseconds