Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<h1><?php echo $class->name; ?></h1> <div id="nav"> {{index|All Packages}} <?php if(!empty..

Decoded Output download

<h1><?php echo $class->name; ?></h1>
<div id="nav">
{{index|All Packages}}
<?php if(!empty($class->properties)): ?>
| <a href="#properties">Properties</a>
<?php endif; ?>
<?php if(!empty($class->methods)): ?>
| <a href="#methods">Methods</a>
<?php endif; ?>
<?php if(!empty($class->events)): ?>
| <a href="#events">Events</a>
<?php endif; ?>
</div>

<?php $this->renderPartial('classSummary',array('class'=>$class)); ?>

<a name="properties"></a>
<?php $this->renderPartial('propertySummary',array('class'=>$class,'protected'=>false)); ?>
<?php $this->renderPartial('propertySummary',array('class'=>$class,'protected'=>true)); ?>

<a name="methods"></a>
<?php $this->renderPartial('methodSummary',array('class'=>$class,'protected'=>false)); ?>
<?php $this->renderPartial('methodSummary',array('class'=>$class,'protected'=>true)); ?>

<a name="events"></a>
<?php $this->renderPartial('eventSummary',array('class'=>$class)); ?>

<?php $this->renderPartial('propertyDetails',array('class'=>$class)); ?>
<?php $this->renderPartial('methodDetails',array('class'=>$class)); ?>

Did this file decode correctly?

Original Code

<h1><?php echo $class->name; ?></h1>
<div id="nav">
{{index|All Packages}}
<?php if(!empty($class->properties)): ?>
| <a href="#properties">Properties</a>
<?php endif; ?>
<?php if(!empty($class->methods)): ?>
| <a href="#methods">Methods</a>
<?php endif; ?>
<?php if(!empty($class->events)): ?>
| <a href="#events">Events</a>
<?php endif; ?>
</div>

<?php $this->renderPartial('classSummary',array('class'=>$class)); ?>

<a name="properties"></a>
<?php $this->renderPartial('propertySummary',array('class'=>$class,'protected'=>false)); ?>
<?php $this->renderPartial('propertySummary',array('class'=>$class,'protected'=>true)); ?>

<a name="methods"></a>
<?php $this->renderPartial('methodSummary',array('class'=>$class,'protected'=>false)); ?>
<?php $this->renderPartial('methodSummary',array('class'=>$class,'protected'=>true)); ?>

<a name="events"></a>
<?php $this->renderPartial('eventSummary',array('class'=>$class)); ?>

<?php $this->renderPartial('propertyDetails',array('class'=>$class)); ?>
<?php $this->renderPartial('methodDetails',array('class'=>$class)); ?>

Function Calls

None

Variables

None

Stats

MD5 8ce4675137bb69d072f3bf99fe865acf
Eval Count 0
Decode Time 109 ms