Lines Matching refs:f
9 $f = function() use($v) {12 return $f;15 $f = test_1(); $f();16 $f = test_1(); $f();20 $f = function() use($v) {25 return $f;28 $f = test_2(); $f();29 $f = test_2(); $f();35 $f = function() use($v) {40 return $f;42 $f = test_3(); $f();43 $f = test_3(); $f();