<?php class Foo { var $prop = 'value'; function doIt() { echo self::$this->prop; } } $f = new Foo; $f->doIt();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`