Lines Matching refs:function

2119 		function_name = (ptr->function_state.function->common.scope &&  in ZEND_FUNCTION()
2120 ptr->function_state.function->common.scope->trait_aliases) ? in ZEND_FUNCTION()
2124 ptr->function_state.function->common.scope, in ZEND_FUNCTION()
2125 ptr->function_state.function) : in ZEND_FUNCTION()
2126 ptr->function_state.function->common.function_name; in ZEND_FUNCTION()
2130 if (ptr->function_state.function->common.scope) { in ZEND_FUNCTION()
2131 class_name = ptr->function_state.function->common.scope->name; in ZEND_FUNCTION()
2143 } else if (ptr->function_state.function->common.scope) { in ZEND_FUNCTION()
2144 class_name = ptr->function_state.function->common.scope->name; in ZEND_FUNCTION()
2212 if (prev->function_state.function && in ZEND_FUNCTION()
2213 prev->function_state.function->common.type != ZEND_USER_FUNCTION) { in ZEND_FUNCTION()
2291 if (prev->function_state.function && in zend_fetch_debug_backtrace()
2292 prev->function_state.function->common.type != ZEND_USER_FUNCTION && in zend_fetch_debug_backtrace()
2293 !(prev->function_state.function->common.type == ZEND_INTERNAL_FUNCTION && in zend_fetch_debug_backtrace()
2294 (prev->function_state.function->common.fn_flags & ZEND_ACC_CALL_VIA_HANDLER))) { in zend_fetch_debug_backtrace()
2307 function_name = (ptr->function_state.function->common.scope && in zend_fetch_debug_backtrace()
2308 ptr->function_state.function->common.scope->trait_aliases) ? in zend_fetch_debug_backtrace()
2312 ptr->function_state.function->common.scope, in zend_fetch_debug_backtrace()
2313 ptr->function_state.function) : in zend_fetch_debug_backtrace()
2314 ptr->function_state.function->common.function_name; in zend_fetch_debug_backtrace()
2320 if (ptr->function_state.function->common.scope) { in zend_fetch_debug_backtrace()
2321 …add_assoc_string_ex(stack_frame, "class", sizeof("class"), (char*)ptr->function_state.function->co… in zend_fetch_debug_backtrace()
2336 } else if (ptr->function_state.function->common.scope) { in zend_fetch_debug_backtrace()
2337 …add_assoc_string_ex(stack_frame, "class", sizeof("class"), (char*)ptr->function_state.function->co… in zend_fetch_debug_backtrace()