<?php function foo() { static $i = 1; } var_dump((new ReflectionFunction('foo'))->getStaticVariables()['i']);
You have javascript disabled. You will not be able to edit any code.