Lines Matching refs:common

182 	EG(trampoline).common.function_name = NULL;  in init_executor()
489 ZEND_ASSERT(EG(trampoline).common.function_name == NULL || CG(unclean_shutdown)); in shutdown_executor()
515 zend_class_entry *ce = func->common.scope; in get_active_class_name()
543 zend_string *function_name = func->common.function_name; in get_active_function_name()
553 return ZSTR_VAL(func->common.function_name); in get_active_function_name()
571 if (func->common.scope && func->common.function_name) { in get_function_or_method_name()
572 return zend_create_member_string(func->common.scope->name, func->common.function_name); in get_function_or_method_name()
575 …return func->common.function_name ? zend_string_copy(func->common.function_name) : ZSTR_INIT_LITER… in get_function_or_method_name()
595 if (!func || arg_num == 0 || func->common.num_args < arg_num) { in get_function_arg_name()
599 if (func->type == ZEND_USER_FUNCTION || (func->common.fn_flags & ZEND_ACC_USER_ARG_INFO)) { in get_function_arg_name()
600 return ZSTR_VAL(func->common.arg_info[arg_num - 1].name); in get_function_arg_name()
602 return ((zend_internal_arg_info*) func->common.arg_info)[arg_num - 1].name; in get_function_arg_name()
669 } else if (ex->func && (ZEND_USER_CODE(ex->func->type) || ex->func->common.scope)) { in zend_get_executed_scope()
670 return ex->func->common.scope; in zend_get_executed_scope()
803 if ((func->common.fn_flags & ZEND_ACC_STATIC) || !fci_cache->object) { in zend_call_function()
814 if (UNEXPECTED(func->common.fn_flags & ZEND_ACC_DEPRECATED)) { in zend_call_function()
852 !(func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in zend_call_function()
906 !(func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in zend_call_function()
940 if (func->common.fn_flags & ZEND_ACC_FAKE_CLOSURE) { in zend_call_function()
946 if (func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) { in zend_call_function()
980 ZEND_ASSERT(!(call->func->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) || in zend_call_function()
982 ZEND_ASSERT((call->func->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) in zend_call_function()
1020 ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_call_function()
1055 fn->common.scope ? ZSTR_VAL(fn->common.scope->name) : "", in zend_call_known_function()
1056 fn->common.scope ? "::" : "", ZSTR_VAL(fn->common.function_name)); in zend_call_known_function()
1256 if (ex->func->type != ZEND_INTERNAL_FUNCTION || ex->func->common.scope) { in zend_get_called_scope()
1272 if (ex->func->type != ZEND_INTERNAL_FUNCTION || ex->func->common.scope) { in zend_get_this_object()
1762 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->common.type))) { in zend_rebuild_symbol_table()
1866 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var()
1909 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var_str()