<?php/* * Fetch an object from the property of this object and write to the property of the fectched object. * opcode number: 85 */$foo = new stdclass;$foo->bar = new stdclass;$foo->bar->baz = 'quix';?>
Function name: (null)
Compiled variables: !0 = $foo