<?php function test() { static $staticValue = test2(); return $staticValue; } function test2() { return array(); } print_r(test());
You have javascript disabled. You will not be able to edit any code.