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 if (isset($errors) && $errors !== []) : ?> <div class="errors" role="alert"> <ul>..

Decoded Output download

<?php if (isset($errors) && $errors !== []) : ?>
	<div class="errors" role="alert">
		<ul>
		<?php foreach ($errors as $error) : ?>
			<li><?= esc($error) ?></li>
		<?php endforeach ?>
		</ul>
	</div>
<?php endif ?>

Did this file decode correctly?

Original Code

<?php if (isset($errors) && $errors !== []) : ?>
	<div class="errors" role="alert">
		<ul>
		<?php foreach ($errors as $error) : ?>
			<li><?= esc($error) ?></li>
		<?php endforeach ?>
		</ul>
	</div>
<?php endif ?>

Function Calls

None

Variables

None

Stats

MD5 299a14da3dea7765080c9fa993fc9062
Eval Count 0
Decode Time 112 ms