Lines Matching refs:common

434 			zend_class_entry *ce = func->common.scope;  in get_active_class_name()
460 zend_string *function_name = func->common.function_name; in get_active_function_name()
470 return ZSTR_VAL(func->common.function_name); in get_active_function_name()
534 } else if (ex->func && (ZEND_USER_CODE(ex->func->type) || ex->func->common.scope)) { in zend_get_executed_scope()
535 return ex->func->common.scope; in zend_get_executed_scope()
710 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in zend_call_function()
765 fci->object = (func->common.fn_flags & ZEND_ACC_STATIC) ? in zend_call_function()
780 if (func->common.fn_flags & (ZEND_ACC_ABSTRACT|ZEND_ACC_DEPRECATED)) { in zend_call_function()
781 if (func->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_call_function()
782 …"Cannot call abstract method %s::%s()", ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.… in zend_call_function()
789 if (func->common.fn_flags & ZEND_ACC_DEPRECATED) { in zend_call_function()
791 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function()
792 func->common.scope ? "::" : "", in zend_call_function()
793 ZSTR_VAL(func->common.function_name)); in zend_call_function()
818 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function()
819 func->common.scope ? "::" : "", in zend_call_function()
820 ZSTR_VAL(func->common.function_name)); in zend_call_function()
834 !(func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in zend_call_function()
851 int call_via_handler = (func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_call_function()
862 int call_via_handler = (func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_call_function()
898 fci->object->handlers->call_method(func->common.function_name, fci->object, call, fci->retval); in zend_call_function()
907 zend_string_release(func->common.function_name); in zend_call_function()
1014 ZVAL_STR_COPY(&fcall_info.function_name, EG(autoload_func)->common.function_name); in zend_lookup_class_ex()
1061 if (ex->func->type != ZEND_INTERNAL_FUNCTION || ex->func->common.scope) { in zend_get_called_scope()
1077 if (ex->func->type != ZEND_INTERNAL_FUNCTION || ex->func->common.scope) { in zend_get_this_object()
1484 ai.afn[idx] ? ZSTR_VAL(ai.afn[idx]->common.function_name) : "", \
1495 if (fn->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_verify_abstract_class_function()
1499 if (fn->common.fn_flags & ZEND_ACC_CTOR) { in zend_verify_abstract_class_function()
1551 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->common.type))) { in zend_rebuild_symbol_table()
1657 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var()
1699 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var_str()