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 quadratic bezier curve between two points * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Draw a quadratic bezier curve between two points
*
* @phpstub
*
* @param float $x1
* @param float $y1
* @param float $x2
* @param float $y2
*
* @return void
*/
function swf_shapecurveto($x1, $y1, $x2, $y2)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Draw a quadratic bezier curve between two points
*
* @phpstub
*
* @param float $x1
* @param float $y1
* @param float $x2
* @param float $y2
*
* @return void
*/
function swf_shapecurveto($x1, $y1, $x2, $y2)
{
}
Function Calls
None |
Stats
MD5 | 990635e67caf510ecdc9d92273f0c616 |
Eval Count | 0 |
Decode Time | 91 ms |