<?php/* * Pass the constant value as an actual parameter to a function. DO_FCALL follows. * opcode number: 65 */function funcA($msg){ print $msg;}funcA('HELLO');defined('IN_PHPBB');?>
Function name: (null)
Compiled variables: none
Function name: funcA
Compiled variables: !0=$msg