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 DOMNotation extends \DOMNode { /** @var string */ pub..

Decoded Output download

<?php

/** @phpstub */
class DOMNotation extends \DOMNode
{
    /** @var string */
    public $systemId;

    /** @var string */
    public $publicId;
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class DOMNotation extends \DOMNode
{
    /** @var string */
    public $systemId;

    /** @var string */
    public $publicId;
}

Function Calls

None

Variables

None

Stats

MD5 1b78478daed8183b0432992f2fe305a3
Eval Count 0
Decode Time 76 ms