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

Signing you up...

Thank you for signing up!

PHP Decode

<table class="summaryTable docClass"> <colgroup> <col class="col-name" /> <col class="co..

Decoded Output download

<table class="summaryTable docClass">
<colgroup>
	<col class="col-name" />
	<col class="col-value" />
</colgroup>
<tr>
  <th>Package</th>
  <td><?php echo '{{index::'.$class->package.'|'.$class->package.'}}'; ?></td>
</tr>
<tr>
  <th>Inheritance</th>
  <td><?php echo $this->renderInheritance($class); ?></td>
</tr>
<?php if(!empty($class->interfaces)): ?>
<tr>
  <th>Implements</th>
  <td><?php echo $this->renderImplements($class); ?></td>
</tr>
<?php endif; ?>
<?php if(!empty($class->subclasses)): ?>
<tr>
  <th>Subclasses</th>
  <td><?php echo $this->renderSubclasses($class); ?></td>
</tr>
<?php endif; ?>
<?php if(!empty($class->since)): ?>
<tr>
  <th>Since</th>
  <td><?php echo $class->since; ?></td>
</tr>
<?php endif; ?>
<?php if(!empty($class->version)): ?>
<tr>
  <th>Version</th>
  <td><?php echo $class->version; ?></td>
</tr>
<?php endif; ?>
<tr>
  <th>Source Code</th>
  <td><?php echo $this->renderSourceLink($class->sourcePath); ?></td>
</tr>
</table>

<div id="classDescription">
<?php echo $class->description; ?>
</div>

Did this file decode correctly?

Original Code

<table class="summaryTable docClass">
<colgroup>
	<col class="col-name" />
	<col class="col-value" />
</colgroup>
<tr>
  <th>Package</th>
  <td><?php echo '{{index::'.$class->package.'|'.$class->package.'}}'; ?></td>
</tr>
<tr>
  <th>Inheritance</th>
  <td><?php echo $this->renderInheritance($class); ?></td>
</tr>
<?php if(!empty($class->interfaces)): ?>
<tr>
  <th>Implements</th>
  <td><?php echo $this->renderImplements($class); ?></td>
</tr>
<?php endif; ?>
<?php if(!empty($class->subclasses)): ?>
<tr>
  <th>Subclasses</th>
  <td><?php echo $this->renderSubclasses($class); ?></td>
</tr>
<?php endif; ?>
<?php if(!empty($class->since)): ?>
<tr>
  <th>Since</th>
  <td><?php echo $class->since; ?></td>
</tr>
<?php endif; ?>
<?php if(!empty($class->version)): ?>
<tr>
  <th>Version</th>
  <td><?php echo $class->version; ?></td>
</tr>
<?php endif; ?>
<tr>
  <th>Source Code</th>
  <td><?php echo $this->renderSourceLink($class->sourcePath); ?></td>
</tr>
</table>

<div id="classDescription">
<?php echo $class->description; ?>
</div>

Function Calls

None

Variables

None

Stats

MD5 2cb02715384a0f9f49e93870829ad0a2
Eval Count 0
Decode Time 92 ms