<?php/* * * opcode number: 113 */class Foo { public static function aStaticMethod() { echo "hello world\n"; }}Foo::aStaticMethod();?>
Function name: (null)
Compiled variables: none
Function name: aStaticMethod