Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div> <?php foreach ($elements as $element) { ?> <div class="text-gray mx-2"> ..
Decoded Output download
<div>
<?php foreach ($elements as $element) { ?>
<div class="text-gray mx-2">
<?php echo htmlspecialchars($element) ?>
</div>
<?php } ?>
</div>
Did this file decode correctly?
Original Code
<div>
<?php foreach ($elements as $element) { ?>
<div class="text-gray mx-2">
<?php echo htmlspecialchars($element) ?>
</div>
<?php } ?>
</div>
Function Calls
None |
Stats
MD5 | 75e03d711dd183689a9b1977c9ea3d21 |
Eval Count | 0 |
Decode Time | 98 ms |