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

Decoded Output download

<?php

/** @phpstub */
class DOMAttr extends \DOMNode
{
    /** @var string */
    public $value;

    /** @var bool */
    public $specified;

    /** @var bool */
    public $schemaTypeInfo;

    /** @var DOMElement */
    public $ownerElement;

    /** @var string */
    public $name;

    /**
     * Creates a new ``DOMAttr`` object
     *
     * @param string $name
     * @param string $value
     */
    public function __construct($name, $value = NULL)
    {
    }

    /**
     * 
       Checks if attribute is a defined ID
      
     *
     * @return bool 
     */
    public function isId()
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class DOMAttr extends \DOMNode
{
    /** @var string */
    public $value;

    /** @var bool */
    public $specified;

    /** @var bool */
    public $schemaTypeInfo;

    /** @var DOMElement */
    public $ownerElement;

    /** @var string */
    public $name;

    /**
     * Creates a new ``DOMAttr`` object
     *
     * @param string $name
     * @param string $value
     */
    public function __construct($name, $value = NULL)
    {
    }

    /**
     * 
       Checks if attribute is a defined ID
      
     *
     * @return bool 
     */
    public function isId()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 a6a58c7ceab126b3cf55209f9c6cbfaa
Eval Count 0
Decode Time 75 ms