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 /** * Move the current position * * @phpstub * * @param float $x * @param flo..

Decoded Output download

<?php

/**
 * Move the current position
 *
 * @phpstub
 *
 * @param float $x
 * @param float $y
 *
 * @return void 
 */
function swf_shapemoveto($x, $y)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Move the current position
 *
 * @phpstub
 *
 * @param float $x
 * @param float $y
 *
 * @return void 
 */
function swf_shapemoveto($x, $y)
{
}

Function Calls

None

Variables

None

Stats

MD5 1574b488cf9f8a7fe625659f0eb1a2a3
Eval Count 0
Decode Time 84 ms