3v4l.org

run code in 300+ PHP versions simultaneously
<?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;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
151.54 ms | 2633 KiB | 8 Q