Skip to content

Commit

Permalink
HTML::specialchars() has been renamed to the shorter HTML::chars().
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert De Deckere committed Jun 20, 2009
1 parent 9a1fa78 commit 2fde907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/codebench.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@
<?php foreach ($benchmark['subjects'] as $subject_key => $subject) { ?>
<tr>
<td>
<strong class="help" title="(<?php echo gettype($codebench['subjects'][$subject_key]) ?>) <?php echo HTML::specialchars(var_export($codebench['subjects'][$subject_key])) ?>">
[<?php echo HTML::specialchars($subject_key) ?>] →
<strong class="help" title="(<?php echo gettype($codebench['subjects'][$subject_key]) ?>) <?php echo HTML::chars(var_export($codebench['subjects'][$subject_key])) ?>">
[<?php echo HTML::chars($subject_key) ?>] →
</strong>
<span class="quiet">(<?php echo gettype($subject['return']) ?>)</span>
<?php echo HTML::specialchars(var_export($subject['return'])) ?>
<?php echo HTML::chars(var_export($subject['return'])) ?>
</td>
<td class="numeric">
<span title="+<?php echo (int) $subject['percent']['fastest']['memory'] ?>% memory">
Expand Down

0 comments on commit 2fde907

Please sign in to comment.