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($this->offers) && !empty($this->offers)){ $index = 0; foreach..

Decoded Output download

<?php 
		if(isset($this->offers) && !empty($this->offers)){ 
		    $index = 0; 
			foreach ($this->offers as $offer){ 
			    $index++; 
	?>

Did this file decode correctly?

Original Code

<?php
		if(isset($this->offers) && !empty($this->offers)){
		    $index = 0;
			foreach ($this->offers as $offer){
			    $index++;
	?>

Function Calls

None

Variables

None

Stats

MD5 abe71bd1009c2f187b69102d75fbf1a2
Eval Count 0
Decode Time 65 ms