Linuxサーバーでこのエラーが発生します
致命的なエラー: 関数名は、24 行目の /home/calaniz1/public_html/system/get_answers.php の文字列でなければなりません
function print_answers($dom){
$endl = "<br />";
$html = file_get_dom($dom);
$s=2;
$answer = array();
$answer_id = array();
$count_total = 0;
$count_index = 0;
$errflag = false;
foreach ($html('.closed') as $div) {
foreach ($div('select') as $ab){
$id = $ab->name;
$count_total ++ ;
$count_index = $count_total -1 ;
$answer_id[$count_index] = $id;
$answer[$count_index] = $ab->onmouseover;
}
しかし、私のコンピューターではエラーは発生しません...