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 /** @phpstub */ class CairoPdfSurface extends \CairoSurface { /** * The __..

Decoded Output download

<?php

/** @phpstub */
class CairoPdfSurface extends \CairoSurface
{
    /**
     * The __construct purpose
     *
     * @param string $file
     * @param float $width
     * @param float $height
     */
    public function __construct($file, $width, $height)
    {
    }

    /**
     * The setSize purpose
     *
     * @param string $width
     * @param string $height
     *
     * @return void Description...
     */
    public function setSize($width, $height)
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class CairoPdfSurface extends \CairoSurface
{
    /**
     * The __construct purpose
     *
     * @param string $file
     * @param float $width
     * @param float $height
     */
    public function __construct($file, $width, $height)
    {
    }

    /**
     * The setSize purpose
     *
     * @param string $width
     * @param string $height
     *
     * @return void Description...
     */
    public function setSize($width, $height)
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 cad55f1b4192cdb4059dd00f7b49b035
Eval Count 0
Decode Time 172 ms