<?php/* * Fetch the value of the element at "index" in "array-value" to store it in "result". Read-only? * opcode number: 81 */$x = array(1,2,3);$a = 'x';echo $$a[0];?>
Function name: (null)
Compiled variables: !0=$x, !1=$a