<?php/* * Fetch an element from iterator. If no element is available, jump to address. Followed by OP_DATA? * opcode number: 78 */$a = array(1,2,3);foreach($a as $num){ print $num;}?>
Function name: (null)
Compiled variables: !0=$a, !1=$num