Lines Matching refs:common

432 			zend_class_entry *ce = func->common.scope;  in get_active_class_name()
458 zend_string *function_name = func->common.function_name; in get_active_function_name()
468 return ZSTR_VAL(func->common.function_name); in get_active_function_name()
717 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in zend_call_function()
785 if (func->common.fn_flags & (ZEND_ACC_ABSTRACT|ZEND_ACC_DEPRECATED)) { in zend_call_function()
786 if (func->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_call_function()
787 …"Cannot call abstract method %s::%s()", ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.… in zend_call_function()
793 if (func->common.fn_flags & ZEND_ACC_DEPRECATED) { in zend_call_function()
795 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function()
796 func->common.scope ? "::" : "", in zend_call_function()
797 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()
832 !(func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in zend_call_function()
845 if (func->common.fn_flags & ZEND_ACC_STATIC) { in zend_call_function()
860 int call_via_handler = (func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_call_function()
861 EG(scope) = func->common.scope; in zend_call_function()
877 int call_via_handler = (func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_call_function()
879 if (func->common.scope) { in zend_call_function()
880 EG(scope) = func->common.scope; in zend_call_function()
916 fci->object->handlers->call_method(func->common.function_name, fci->object, call, fci->retval); in zend_call_function()
925 zend_string_release(func->common.function_name); in zend_call_function()
1034 ZVAL_STR_COPY(&fcall_info.function_name, EG(autoload_func)->common.function_name); in zend_lookup_class_ex()
1080 if (ex->func->type != ZEND_INTERNAL_FUNCTION || ex->func->common.scope) { in zend_get_called_scope()
1096 if (ex->func->type != ZEND_INTERNAL_FUNCTION || ex->func->common.scope) { in zend_get_this_object()
1416 ai.afn[idx] ? ZSTR_VAL(ai.afn[idx]->common.function_name) : "", \
1427 if (fn->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_verify_abstract_class_function()
1431 if (fn->common.fn_flags & ZEND_ACC_CTOR) { in zend_verify_abstract_class_function()
1483 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->common.type))) { in zend_rebuild_symbol_table()
1588 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var()
1630 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var_str()