<?php
/*
* Fetch the value of the varible of "name" to assign it to a variable?
* Opcode 编号: 86
*/
$x = 1;
$a = 'x';
$$a++;
?>
函数名: (null)
编译后的变量: !0=$x, !1=$a
行号 | # | 操作 | 读取 | 扩展 | 返回 | 操作数 |
---|---|---|---|---|---|---|
6 | 0 | ASSIGN | !0,1 | |||
7 | 1 | ASSIGN | !1,'x' | |||
8 | 2 | FETCH_RW | local | $2 | !1 | |
3 | POST_INC | ~3 | $2 | |||
4 | FREE | ~3 | ||||
9 | 5 | RETURN | 1 |