Home
last modified time | relevance | path

Searched refs:zend_fetch_debug_backtrace (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_builtin_functions.h26 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit);
H A Dzend_builtin_functions.c1766 zend_fetch_debug_backtrace(&backtrace, 1, options, limit); in ZEND_FUNCTION()
1777 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace() function
2087 zend_fetch_debug_backtrace(return_value, 1, options, limit); in ZEND_FUNCTION()
H A Dzend_exceptions.c266 zend_fetch_debug_backtrace(&trace, in zend_default_exception_new()
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c266 zend_fetch_debug_backtrace(&zbacktrace, 0, 0, limit); in phpdbg_dump_backtrace()
/php-src/ext/reflection/
H A Dphp_reflection.c2313 zend_fetch_debug_backtrace(return_value, 0, options, 0); in ZEND_METHOD()
7154 zend_fetch_debug_backtrace(return_value, 0, options, 0); in ZEND_METHOD()

Completed in 93 milliseconds