Lines Matching refs:common

3014 		    EXPECTED(!(fbc->common.fn_flags & (ZEND_ACC_CALL_VIA_TRAMPOLINE|ZEND_ACC_NEVER_CACHE))) &&
3021 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_STATIC) != 0)) {
3120 EXPECTED(!(fbc->common.fn_flags & (ZEND_ACC_CALL_VIA_TRAMPOLINE|ZEND_ACC_NEVER_CACHE)))) {
3135 …BJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.f…
3143 if (!(fbc->common.fn_flags & ZEND_ACC_STATIC)) {
3148 if (fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) {
3153 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3163 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3268 if (!(fbc->common.fn_flags & ZEND_ACC_STATIC)) {
3269 if (fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) {
3272 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3280 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3308 if (fbc->common.fn_flags & ZEND_ACC_CLOSURE) {
3310 ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT);
3311 GC_REFCOUNT((zend_object*)fbc->common.prototype)++;
3363 if (!(fbc->common.fn_flags & ZEND_ACC_STATIC)) {
3364 if (fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) {
3367 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3375 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3393 if ((fbc->common.fn_flags & ZEND_ACC_STATIC) != 0) {
3420 if (fbc->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) {
3421 zend_string_release(fbc->common.function_name);
3458 ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.function_name));
3464 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
3469 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
3470 GC_REFCOUNT((zend_object*)func->common.prototype)++;
3481 zend_object_release((zend_object*)func->common.prototype);
3593 !(call->func->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) ||
3654 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_GENERATOR) != 0)) {
3682 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_DEPRECATED) != 0)) {
3684 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
3685 fbc->common.scope ? "::" : "",
3686 ZSTR_VAL(fbc->common.function_name));
3695 if (fbc->common.fn_flags & ZEND_ACC_HAS_TYPE_HINTS) {
3714 Z_VAR_FLAGS_P(ret) = (fbc->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0 ? IS_VAR_RET_REF : 0;
3721 !(call->func->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) ||
3755 if (UNEXPECTED((fbc->common.fn_flags & (ZEND_ACC_ABSTRACT|ZEND_ACC_DEPRECATED)) != 0)) {
3756 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_ABSTRACT) != 0)) {
3757 …, "Cannot call abstract method %s::%s()", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.…
3760 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_DEPRECATED) != 0)) {
3762 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
3763 fbc->common.scope ? "::" : "",
3764 ZSTR_VAL(fbc->common.function_name));
3774 EG(scope) = fbc->common.scope;
3775 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_GENERATOR) != 0)) {
3808 if (fbc->common.scope) {
3810 EG(scope) = fbc->common.scope;
3816 if (fbc->common.fn_flags & ZEND_ACC_HAS_TYPE_HINTS) {
3840 Z_VAR_FLAGS_P(ret) = (fbc->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0 ? IS_VAR_RET_REF : 0;
3852 !(call->func->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) ||
3874 zend_string_release(fbc->common.function_name);
3883 EG(scope) = fbc->common.scope;
3889 …object->handlers->call_method(fbc->common.function_name, object, call, EX_VAR(opline->result.var));
3895 zend_string_release(fbc->common.function_name);
3952 zend_arg_info *ret_info = EX(func)->common.arg_info - 1;
4575 EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
4576 EX(call)->func->common.scope ? "::" : "",
4577 ZSTR_VAL(EX(call)->func->common.function_name)
4634 OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype);
4661 EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
4662 EX(call)->func->common.scope ? "::" : "",
4663 ZSTR_VAL(EX(call)->func->common.function_name));
4666 OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype);
4680 !(EX(call)->func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) {
4711 EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
4712 EX(call)->func->common.scope ? "::" : "",
4713 ZSTR_VAL(EX(call)->func->common.function_name));
4716 OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype);
4733 !(EX(call)->func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) {
5055 } else if ((clone->common.fn_flags & ZEND_ACC_PROTECTED)) {
7322 if (UNEXPECTED((Z_FUNC_P(zfunc)->common.fn_flags & ZEND_ACC_STATIC) ||
7323 (EX(func)->common.fn_flags & ZEND_ACC_STATIC))) {
7940 …ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)…
7942 call->func = fbc->common.prototype;
7945 ZVAL_STR(ZEND_CALL_ARG(call, 1), fbc->common.function_name);
7952 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_GENERATOR) != 0)) {
7965 ret, (fbc->common.fn_flags & ZEND_ACC_STATIC) == 0);
7981 if (fbc->common.fn_flags & ZEND_ACC_HAS_TYPE_HINTS) {
8006 Z_VAR_FLAGS_P(ret) = (fbc->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0 ? IS_VAR_RET_REF : 0;
8018 !(call->func->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) ||