<?php/* * Pass the variable value as an actual parameter to a function. DO_FCALL follows. * opcode number: 66 */$a = array(1,2,3);if(is_array($a)){ return 0; }?>
Function name: (null)
Compiled variables: !0=$a