<?php/* * Declare a class with the name of class-name as the implementation specified by ID. * opcode number: 139 */class A { function methodA(){ echo "hello world"; }}?>
Function name: (null)
Compiled variables: none
Function name: methodA