©
本文档使用
php.cn手册 发布
<?php
class A {
function methodA (){
echo "hello world" ;
}
}
?>
Function name: (null)
Compiled variables: none
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
6 | 0 | NOP | ||||
11 | 1 | RETURN | 1 |
Function name: methodA
Compiled variables: none
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
8 | 0 | ECHO | 'hello+world' | |||
9 | 1 | RETURN | null |