<?php/* * Fetch the value of the varible of "name" to assign it to a variable? Write-only? * opcode number: 83 */$x = 1;$a = 'x';$$a = 2;?>
Function name: (null)
Compiled variables: !0=$x, !1=$a