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