<?php class Foo { private $count = 0; public function bar() { if (false) { return; } $this->count++; var_dump($this->count); } } class TotallyUnrelated { public function go() { Foo::bar(); } } (new TotallyUnrelated)->go();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`