Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php use function Cake\I18n\__d; ?> test plugin error500 <h2><?php echo $message; ?></h2>..
Decoded Output download
<?php
use function Cake\I18n\__d;
?>
test plugin error500
<h2><?php echo $message; ?></h2>
<p class="error">
<strong><?php echo __d('cake', 'Error'); ?>: </strong>
<?php echo __d('cake', 'An Internal Error Has Occurred.'); ?>
</p>
Did this file decode correctly?
Original Code
<?php
use function Cake\I18n\__d;
?>
test plugin error500
<h2><?php echo $message; ?></h2>
<p class="error">
<strong><?php echo __d('cake', 'Error'); ?>: </strong>
<?php echo __d('cake', 'An Internal Error Has Occurred.'); ?>
</p>
Function Calls
| None |
Stats
| MD5 | 48dda9eb6dfd0b9891f2a765f8089a8b |
| Eval Count | 0 |
| Decode Time | 111 ms |