3v4l.org

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

preferences:
23.83 ms | 404 KiB | 5 Q