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