mirror of
https://github.com/php/php-src.git
synced 2024-12-25 01:40:50 +08:00
- Regenerated after zend_vm_def.h change
This commit is contained in:
parent
5cdefd07cd
commit
de39078f7b
@ -519,8 +519,6 @@ static int ZEND_ADD_INTERFACE_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS)
|
||||
zend_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ce->name, iface->name);
|
||||
}
|
||||
|
||||
ce->interfaces[opline->extended_value] = iface;
|
||||
|
||||
zend_do_implement_interface(ce, iface TSRMLS_CC);
|
||||
|
||||
ZEND_VM_NEXT_OPCODE();
|
||||
|
Loading…
Reference in New Issue
Block a user