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 /** * Description * * @phpstub * * @param CairoSurfacePattern $pattern * * @..

Decoded Output download

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoSurfacePattern $pattern
 *
 * @return CairoSurface What is returned on success and failure
 */
function cairo_pattern_get_surface($pattern)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoSurfacePattern $pattern
 *
 * @return CairoSurface What is returned on success and failure
 */
function cairo_pattern_get_surface($pattern)
{
}

Function Calls

None

Variables

None

Stats

MD5 070da47fddd31ccb15139899b03b97f4
Eval Count 0
Decode Time 72 ms