Lines Matching refs:common
897 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
899 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
900 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
901 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
902 scope == mptr->common.scope))) in ZEND_FUNCTION()
904 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION()
945 || !(func->common.fn_flags & ZEND_ACC_PRIVATE) || func->common.scope == ce); in ZEND_FUNCTION()
952 if (func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) { in ZEND_FUNCTION()
954 RETVAL_BOOL(func->common.scope == zend_ce_closure in ZEND_FUNCTION()
957 zend_string_release_ex(func->common.function_name, 0); in ZEND_FUNCTION()
1679 return !(skip->func && ZEND_USER_CODE(skip->func->common.type)) in skip_internal_handler()
1682 && ZEND_USER_CODE(skip->prev_execute_data->func->common.type) in skip_internal_handler()
1733 if (skip->func && ZEND_USER_CODE(skip->func->common.type)) { in ZEND_FUNCTION()
1754 if (func->common.function_name) { in ZEND_FUNCTION()
1755 function_name = ZSTR_VAL(func->common.function_name); in ZEND_FUNCTION()
1766 if (func->common.scope) { in ZEND_FUNCTION()
1767 class_name = func->common.scope->name; in ZEND_FUNCTION()
1775 } else if (func->common.scope) { in ZEND_FUNCTION()
1776 class_name = func->common.scope->name; in ZEND_FUNCTION()
1791 …if (ptr->func && ZEND_USER_CODE(ptr->func->common.type) && ptr->opline->opcode == ZEND_INCLUDE_OR_… in ZEND_FUNCTION()
1834 && !func->common.scope in ZEND_FUNCTION()
1853 !ZEND_USER_CODE(prev_call->func->common.type)) { in ZEND_FUNCTION()
1857 if (prev->func && ZEND_USER_CODE(prev->func->common.type)) { in ZEND_FUNCTION()
1896 if (!ptr->func || !ZEND_USER_CODE(ptr->func->common.type)) { in zend_fetch_debug_backtrace()
1908 if (ptr->func && ZEND_USER_CODE(ptr->func->common.type) && (ptr->opline->opcode == ZEND_NEW)) { in zend_fetch_debug_backtrace()
1931 if (skip->func && ZEND_USER_CODE(skip->func->common.type)) { in zend_fetch_debug_backtrace()
1957 !ZEND_USER_CODE(prev_call->func->common.type) && in zend_fetch_debug_backtrace()
1958 !(prev_call->func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in zend_fetch_debug_backtrace()
1961 if (prev->func && ZEND_USER_CODE(prev->func->common.type)) { in zend_fetch_debug_backtrace()
1979 function_name = func->common.function_name; in zend_fetch_debug_backtrace()
1990 if (func->common.scope) { in zend_fetch_debug_backtrace()
1991 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace()
2005 } else if (func->common.scope) { in zend_fetch_debug_backtrace()
2006 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace()
2023 …if (ptr->func && ZEND_USER_CODE(ptr->func->common.type) && ptr->opline->opcode == ZEND_INCLUDE_OR_… in zend_fetch_debug_backtrace()
2151 if (zif->common.type == ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
2157 add_next_index_str(return_value, zend_string_copy(zif->common.function_name)); in ZEND_FUNCTION()