Вход Регистрация
Файл: concrete5.7.5.6/concrete/vendor/filp/whoops/src/Whoops/Resources/views/frame_list.html.php
Строк: 32
<?php /* List file names & line numbers for all stack frames;
         clicking these links/buttons will display the code view
         for that particular frame */ 
?>
<?php 
foreach ($frames as $i => $frame): ?>
  <div class="frame <?php echo ($i == 'active' ''?>" id="frame-line-<?php echo $i ?>">
      <div class="frame-method-info">
        <span class="frame-index"><?php echo (count($frames) - $i 1?>.</span>
        <span class="frame-class"><?php echo $tpl->escape($frame->getClass() ?: ''?></span>
        <span class="frame-function"><?php echo $tpl->escape($frame->getFunction() ?: ''?></span>
      </div>

    <span class="frame-file">
      <?php echo ($frame->getFile(true) ?: '<#unknown>'?><!--
   --><span class="frame-line"><?php echo (int) $frame->getLine() ?></span>
    </span>
  </div>
<?php endforeach ?>
Онлайн: 1
Реклама