Home
last modified time | relevance | path

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

/PHP-5.5/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.c161 zend_fetch_debug_backtrace(trace, skip_top_traces, 0, 0 TSRMLS_CC); in zend_default_exception_new_ex()
H A Dzend_builtin_functions.c2228 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit … in zend_fetch_debug_backtrace() function
2409 zend_fetch_debug_backtrace(return_value, 1, options, limit TSRMLS_CC); in ZEND_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c214 zend_fetch_debug_backtrace(trace, 0, 0, 0 TSRMLS_CC); in mysqlnd_get_backtrace()

Completed in 19 milliseconds