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