<?php/* * Unset the property of the current object (this) and store the original value into "result". * opcode number: 76 */$obj = new A();unset($obj->num);?>
Function name: (null)
Compiled variables: !0=$obj