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 CairoSvgVersion { const VERSION_1_1 = 0; const VERSIO..

Decoded Output download

<?php

/** @phpstub */
class CairoSvgVersion
{
    const VERSION_1_1 = 0;
    const VERSION_1_2 = 1;
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class CairoSvgVersion
{
    const VERSION_1_1 = 0;
    const VERSION_1_2 = 1;
}

Function Calls

None

Variables

None

Stats

MD5 3028c0a570cf6c9d09bd6357b1e44b5f
Eval Count 0
Decode Time 105 ms