Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<html> <body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <h3><?..
Decoded Output download
<html>
<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('Comment updated') ?></h3>
<?= $this->text->markdown($comment['comment'], true) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>
</body>
</html>
Did this file decode correctly?
Original Code
<html>
<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('Comment updated') ?></h3>
<?= $this->text->markdown($comment['comment'], true) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>
</body>
</html>
Function Calls
None |
Stats
MD5 | e692e56564eb789620812bdfee1beb48 |
Eval Count | 0 |
Decode Time | 91 ms |