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