<?php/* * Unset the entry of array-value, which is specified by index, and store the original element value into "result". * opcode number: 75 */$a = array(1,2,3);unset($a[0]);?>
Function name: (null)
Compiled variables: !0=$a