I get this PHP error:
Parse error: syntax error, unexpected T_VARIABLE
From this line:
$list[$i][$docinfo[\'at
In my case it was an issue of the PHP version.
The .phar file I was using was not compatible with PHP 5.3.9. Switching interpreter to PHP 7 did fix it.