doucao8982 2014-10-22 16:07
浏览 92
已采纳

语法错误意外$ end

It's giving me unexpected $end but I can't find where is the problem, there's no spaces or indentation before or after EOD. I'm using eval() to do the replacing.

<?php echo <<<EOD
<?php
    if((\${$type}s = \$this->{$type}())): 
        foreach(\${$type}s as \$item):
?>

            <tr>
                <td><?php echo \$item->Name; ?></td>
                <td><?php echo Table::countRows(\$item->Name); ?></td>
                <td><?php echo \$item->Engine; ?></td>
                <td><a href="<?php echo get_url('cp/system/database/tables/view/'.\$item->Name); ?>">Show</a></td>
                <td><a href="<?php echo get_url('cp/system/database/tables/rename/'.\$item->Name); ?>">Rename</a></td>
                <td><a href="<?php echo get_url('cp/system/database/tables/delete/'.\$item->Name.'/confirm'); ?>" class="item-remove-button">Delete</a></td>
            </tr>

<?php
       endforeach; 
   endif;
?>
EOD; ?>
  • 写回答

2条回答 默认 最新

  • doukan6564 2014-10-22 16:13
    关注

    EOD; needs to be on a line by itself. You can't have anything else at all on that line.

    <?php echo <<<EOD
    <?php
        if((${$type}s = $this->{$type}())): 
            foreach(${$type}s as $item):
    ?>
    EOD;
    ?>
    
                <tr>
                    <td><?php echo $item->Name; ?></td>
                    <td><?php echo Table::countRows($item->Name); ?></td>
                    <td><?php echo $item->Engine; ?></td>
                    <td><a href="<?php echo get_url('cp/system/database/tables/view/'.$item->Name); ?>">Show</a></td>
                    <td><a href="<?php echo get_url('cp/system/database/tables/rename/'.$item->Name); ?>">Rename</a></td>
                    <td><a href="<?php echo get_url('cp/system/database/tables/delete/'.$item->Name.'/confirm'); ?>" class="item-remove-button">Delete</a></td>
                </tr>
    
    <?php echo <<<EOD
    <?php
           endforeach; 
       endif;
    ?>
    EOD;
    ?>
    

    Docs: http://us3.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器