<?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];?>
関数名: (null)
コンパイルされた変数: !0=$x, !1=$a