<?php $test = function() :string { return 'this is test' . PHP_EOL;}; function foo (callable $c = 'default') { echo $c(); } foo($test);
You have javascript disabled. You will not be able to edit any code.