Searched refs:skip_last (Results 1 – 2 of 2) sorted by relevance
28 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit …
2243 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit … in zend_fetch_debug_backtrace() argument2256 if (ptr && (skip_last == 0) && ptr->opline && (ptr->opline->opcode == ZEND_NEW)) { in zend_fetch_debug_backtrace()2261 if (skip_last-- && ptr) { in zend_fetch_debug_backtrace()
Completed in 12 milliseconds