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 DOMComment extends \DOMCharacterData { /** * ..

Decoded Output download

<?php

/** @phpstub */
class DOMComment extends \DOMCharacterData
{
    /**
     * 
       Creates a new DOMComment object
      
     *
     * @param string $value
     */
    public function __construct($value = NULL)
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class DOMComment extends \DOMCharacterData
{
    /**
     * 
       Creates a new DOMComment object
      
     *
     * @param string $value
     */
    public function __construct($value = NULL)
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 f0466cff4350fc3d3c150f9c2fbdc09c
Eval Count 0
Decode Time 103 ms