Home
last modified time | relevance | path

Searched refs:skip_last (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_builtin_functions.h28 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options TSRMLS_DC);
H A Dzend_builtin_functions.c2105 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options TSRMLS_DC) in zend_fetch_debug_backtrace() argument
2118 if (ptr && (skip_last == 0) && ptr->opline && (ptr->opline->opcode == ZEND_NEW)) { in zend_fetch_debug_backtrace()
2123 if (skip_last-- && ptr) { in zend_fetch_debug_backtrace()

Completed in 11 milliseconds