<?php // your code goes here $str = 'Кушак из серебра'; function anon ($string) use ($str) { return $str . $string; } echo anon(', где же он?');
Standard input is empty
Standard output is empty
PHP Parse error: syntax error, unexpected 'use' (T_USE), expecting '{' in /home/fDf85W/prog.php on line 5