<?php/* * Unset the variable and store the original value into "result". * opcode number: 74 */$x = 1;$a='x';unset($$a);?>
Function name: (null)
Compiled variables: !0=$x, !1=$a