<?php/* * Unset the variable and store the original value into "result". * Opcode 编号: 74 */$x = 1;$a='x';unset($$a);?>
函数名: (null)
编译后的变量: !0=$x, !1=$a