mirror of
https://github.com/php/php-src.git
synced 2025-01-15 16:24:37 +08:00
Attempt to fix bug35437.phpt fails
This commit is contained in:
parent
11613a1b58
commit
16d6dfddef
@ -3096,8 +3096,8 @@ ZEND_VM_HANDLER(113, ZEND_INIT_STATIC_METHOD_CALL, CONST|VAR, CONST|TMPVAR|UNUSE
|
|||||||
zend_ce_error,
|
zend_ce_error,
|
||||||
"Non-static method %s::%s() cannot be called statically",
|
"Non-static method %s::%s() cannot be called statically",
|
||||||
ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
|
ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
|
||||||
HANDLE_EXCEPTION();
|
|
||||||
}
|
}
|
||||||
|
HANDLE_EXCEPTION();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5663,8 +5663,8 @@ static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_C
|
|||||||
zend_ce_error,
|
zend_ce_error,
|
||||||
"Non-static method %s::%s() cannot be called statically",
|
"Non-static method %s::%s() cannot be called statically",
|
||||||
ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
|
ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
|
||||||
HANDLE_EXCEPTION();
|
|
||||||
}
|
}
|
||||||
|
HANDLE_EXCEPTION();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user