我有一段代碼,我試圖使用PHP版本5.2.14。它不兼容?我運行下面,PHP版本5.2.14 /分析錯誤:語法錯誤,意外的T_FUNCTION,期待')'
jailshell-3.2$ php -l /XYZ/functions.php
,它給:
Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /XYZ/functions.php on line 2115 Errors parsing /XYZ/functions.php
的代碼是:
2114 $range = array_map(
2115 function (DatePeriod $p) use ($vt2) {
2116 $res = array();