Lines Matching refs:common

1926 	if (UNEXPECTED((fbc->common.fn_flags & (ZEND_ACC_ABSTRACT|ZEND_ACC_DEPRECATED)) != 0)) {  in ZEND_VM_HELPER()
1927 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_ABSTRACT) != 0)) { in ZEND_VM_HELPER()
1928 …return(E_ERROR, "Cannot call abstract method %s::%s()", fbc->common.scope->name, fbc->common.funct… in ZEND_VM_HELPER()
1932 if (UNEXPECTED((fbc->common.fn_flags & ZEND_ACC_DEPRECATED) != 0)) { in ZEND_VM_HELPER()
1934 fbc->common.scope ? fbc->common.scope->name : "", in ZEND_VM_HELPER()
1935 fbc->common.scope ? "::" : "", in ZEND_VM_HELPER()
1936 fbc->common.function_name); in ZEND_VM_HELPER()
1939 if (fbc->common.scope && in ZEND_VM_HELPER()
1940 !(fbc->common.fn_flags & ZEND_ACC_STATIC) && in ZEND_VM_HELPER()
1943 if (fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_VM_HELPER()
1945 …tatic method %s::%s() should not be called statically", fbc->common.scope->name, fbc->common.funct… in ZEND_VM_HELPER()
1949 …on-static method %s::%s() cannot be called statically", fbc->common.scope->name, fbc->common.funct… in ZEND_VM_HELPER()
1953 if (fbc->type == ZEND_USER_FUNCTION || fbc->common.scope) { in ZEND_VM_HELPER()
1959 EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL; in ZEND_VM_HELPER()
1968 if (fbc->common.arg_info) { in ZEND_VM_HELPER()
1985 ret->var.fcall_returned_reference = (fbc->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0; in ZEND_VM_HELPER()
1989 …fbc->internal_function.handler(opline->extended_value, ret->var.ptr, (fbc->common.fn_flags & ZEND_… in ZEND_VM_HELPER()
2010 ret->var.fcall_returned_reference = (fbc->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0; in ZEND_VM_HELPER()
2039 …Z_OBJ_HT_P(EX(object))->call_method(fbc->common.function_name, opline->extended_value, EX_T(opline… in ZEND_VM_HELPER()
2045 efree((char*)fbc->common.function_name); in ZEND_VM_HELPER()
2467 … EXPECTED((call->fbc->common.fn_flags & (ZEND_ACC_CALL_VIA_HANDLER|ZEND_ACC_NEVER_CACHE)) == 0) &&
2480 if ((call->fbc->common.fn_flags & ZEND_ACC_STATIC) != 0) {
2578 … EXPECTED((call->fbc->common.fn_flags & (ZEND_ACC_CALL_VIA_HANDLER|ZEND_ACC_NEVER_CACHE)) == 0)) {
2593 …if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.f…
2599 if (call->fbc->common.fn_flags & ZEND_ACC_STATIC) {
2607 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) {
2608 …ly, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.fu…
2611 …ly, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.fu…
2684 call->fbc->common.fn_flags & ZEND_ACC_CLOSURE) {
2686 call->fbc->common.prototype = (zend_function*)function_name;
2739 if ((call->fbc->common.fn_flags & ZEND_ACC_STATIC) != 0) {
3459 } else if ((clone->common.fn_flags & ZEND_ACC_PROTECTED)) {
5047 if (call->fbc->common.fn_flags & ZEND_ACC_CALL_VIA_HANDLER) {
5048 efree((char *) call->fbc->common.function_name);
5204 if (UNEXPECTED((op_array->common.fn_flags & ZEND_ACC_STATIC) ||
5206 EX(prev_execute_data)->function_state.function->common.fn_flags & ZEND_ACC_STATIC))) {