<?php/* * * opcode number: 93 */function foo(&$x){ print($x);}$x = array(0, 1, 2, 3, 4, 5);$z = "foo";$z($x[0]);?>
Function name: (null)
Compiled variables: !0=$x, !1=$z
Function name: foo
Compiled variables: !0=$x