<?php
/*
* Increment the property value specified by prop-name and store the original value into result.
* Opcode 编号: 134
*/
$obj = new A();
$obj->num++;
?>
函数名: (null)
编译后的变量: !0=$obj
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
6 | 0 | ZEND_FETCH_CLASS | :0 | 'A' | ||
1 | NEW | $1 | :0 | |||
2 | DO_FCALL_BY_NAME | 0 | ||||
3 | ASSIGN | !0,$1 | ||||
7 | 4 | ZEND_POST_INC_OBJ | ~5 | !0,'num' | ||
5 | FREE | ~5 | ||||
8 | 6 | RETURN | 1 |