©
本文档使用
php.cn手册 发布
<?php
interface iA {
}
class A implements iA {
}
?>
Function name: (null)
Compiled variables: none
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
6 | 0 | NOP | ||||
1 | DECLARE_CLASS | 'a' | ||||
2 | ADD_INTERFACE | 'iA' | ||||
3 | VERIFY_ABSTRACT_CLASS | |||||
3 | RETURN | 1 |