我有一段代码正在尝试与 PHP Version 5.2.14 一起使用。不兼容吗??我运行以下命令,
jailshell-3.2$ php -l /XYZ/functions.php
它给出了:
解析错误:语法错误,意外的 T_FUNCTION,在第 2115 行的 /XYZ/functions.php 中期待 ')' 解析 /XYZ/functions.php 时出错
代码是:
2114 $range = array_map(
2115 function (DatePeriod $p) use ($vt2) {
2116 $res = array();