<?php
/*
* Declare a class with the name of class-name as the implementation specified by ID.
* Opcode 编号: 139
*/
class A {
function methodA(){
echo "hello world";
}
}
?>
函数名: (null)
编译后的变量: none
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
6 | 0 | NOP | ||||
11 | 1 | RETURN | 1 |
函数名: methodA
编译后的变量: none
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
8 | 0 | ECHO | 'hello+world' | |||
9 | 1 | RETURN | null |