Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<p class="activity-title"> <?= e('%s updated a comment on the task %s', $t..

Decoded Output download

<p class="activity-title">
    <?= e('%s updated a comment on the task %s',
            $this->text->e($author),
            $this->url->link(t('#%d', $task['id']), 'TaskViewController', 'show', array('task_id' => $task['id']))
        ) ?>
    <small class="activity-date"><?= $this->dt->datetime($date_creation) ?></small>
</p>
<div class="activity-description">
    <p class="activity-task-title"><?= $this->text->e($task['title']) ?></p>
    <?php if (! empty($comment['comment'])): ?>
        <div class="markdown"><?= $this->text->markdown($comment['comment']) ?></div>
    <?php endif ?>
</div>

Did this file decode correctly?

Original Code

<p class="activity-title">
    <?= e('%s updated a comment on the task %s',
            $this->text->e($author),
            $this->url->link(t('#%d', $task['id']), 'TaskViewController', 'show', array('task_id' => $task['id']))
        ) ?>
    <small class="activity-date"><?= $this->dt->datetime($date_creation) ?></small>
</p>
<div class="activity-description">
    <p class="activity-task-title"><?= $this->text->e($task['title']) ?></p>
    <?php if (! empty($comment['comment'])): ?>
        <div class="markdown"><?= $this->text->markdown($comment['comment']) ?></div>
    <?php endif ?>
</div>

Function Calls

None

Variables

None

Stats

MD5 61d7d11e14b46dbbe1b3523bd4b9c71a
Eval Count 0
Decode Time 87 ms