<?php class Test { function count() { static $c = 0; echo $c; $c++; } } Test::count(); Test::count(); Test::count();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`