<?php/* * Allocate a new array with elem-value as the first element of the array. Followed by ADD_ARRAY_ELEMENT. * opcode number: 71 */$a = array(1,2,3);print_r($a);?>
Function name: (null)
Compiled variables: !0=$a