<?php/* * Initialize an iterator on array-value. If the array is empty, jump to address. Followed by FE_FETCH. * opcode number: 77 */$a = array(1,2,3);foreach($a as $num){ print $num;}?>
Function name: (null)
Compiled variables: !0=$a, !1=$num