<?php function &test() { static $a = 0; return $a; } print(++test()); print(++test()); print(++test());
You have javascript disabled. You will not be able to edit any code.