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 /** * Draw a cubic bezier curve * * @phpstub * * @param float $x1 * @param fl..

Decoded Output download

<?php

/**
 * Draw a cubic bezier curve
 *
 * @phpstub
 *
 * @param float $x1
 * @param float $y1
 * @param float $x2
 * @param float $y2
 * @param float $x3
 * @param float $y3
 *
 * @return void 
 */
function swf_shapecurveto3($x1, $y1, $x2, $y2, $x3, $y3)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Draw a cubic bezier curve
 *
 * @phpstub
 *
 * @param float $x1
 * @param float $y1
 * @param float $x2
 * @param float $y2
 * @param float $x3
 * @param float $y3
 *
 * @return void 
 */
function swf_shapecurveto3($x1, $y1, $x2, $y2, $x3, $y3)
{
}

Function Calls

None

Variables

None

Stats

MD5 b0323ca351e1fd7ac09cb874e74f0d22
Eval Count 0
Decode Time 95 ms