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 /** * Define a line * * @phpstub * * @param int $objid * @param float $x1 * ..

Decoded Output download

<?php

/**
 * Define a line
 *
 * @phpstub
 *
 * @param int $objid
 * @param float $x1
 * @param float $y1
 * @param float $x2
 * @param float $y2
 * @param float $width
 *
 * @return void 
 */
function swf_defineline($objid, $x1, $y1, $x2, $y2, $width)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Define a line
 *
 * @phpstub
 *
 * @param int $objid
 * @param float $x1
 * @param float $y1
 * @param float $x2
 * @param float $y2
 * @param float $width
 *
 * @return void 
 */
function swf_defineline($objid, $x1, $y1, $x2, $y2, $width)
{
}

Function Calls

None

Variables

None

Stats

MD5 17f91017a9452a298fc160e21be0bc56
Eval Count 0
Decode Time 98 ms