Ben PHP Sürüm 5.2.14 ile kullanmaya çalışıyorum kod belli bir parça var. Uyumsuz mi? Ben aşağıdaki çalıştırmak,
jailshell-3.2$ php -l /XYZ/functions.php
Ve o verir:
Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /XYZ/functions.php on line 2115 Errors parsing /XYZ/functions.php
Kodu:
2114 $range = array_map(
2115 function (DatePeriod $p) use ($vt2) {
2116 $res = array();