<?php/* * Prepare for a method call. Followed by DO_FCALL. * opcode number: 112 */class A { var $num; function incrementNum(){ $num++; }}$obj = new A();$obj->incrementNum();?>
Function name: (null)
Compiled variables: !0=$obj
Function name: incrementNum
Compiled variables: !0=$num