Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_builtin_functions.h28 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit);
H A Dzend_exceptions.c212 zend_fetch_debug_backtrace(&trace, skip_top_traces, 0, 0); in zend_default_exception_new_ex()
H A Dzend_builtin_functions.c2499 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace() function
2717 zend_fetch_debug_backtrace(return_value, 1, options, limit); in ZEND_FUNCTION()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_frame.c204 zend_fetch_debug_backtrace(&zbacktrace, 0, 0, limit); in phpdbg_dump_backtrace()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c2231 zend_fetch_debug_backtrace(return_value, 0, options, 0); in ZEND_METHOD()
/PHP-7.0/
H A DNEWS2209 . Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause

Completed in 96 milliseconds