3v4l.org

run code in 500+ PHP versions simultaneously
<?php function test() { static $staticValue = test2(); return $staticValue; } function test2() { return array(); } print_r(test());

preferences:
46.31 ms | 1695 KiB | 5 Q