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 CairoFillRule { const EVEN_ODD = 1; const WINDING = 0..

Decoded Output download

<?php

/** @phpstub */
class CairoFillRule
{
    const EVEN_ODD = 1;
    const WINDING = 0;
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class CairoFillRule
{
    const EVEN_ODD = 1;
    const WINDING = 0;
}

Function Calls

None

Variables

None

Stats

MD5 6abb1c242de8f1bb0f26dc000befa432
Eval Count 0
Decode Time 82 ms