<?php class PlayArea { public $property = 5; public function doSomething($value) { $value++; } public function testDoingSomething() { $this->doSomething($this->property); } } $tryIt = new PlayArea(); $tryIt->testDoingSomething(); echo $tryIt->property;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`