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 DomProcessingInstruction extends \DOMNode { /** @var stri..
Decoded Output download
<?php
/** @phpstub */
class DomProcessingInstruction extends \DOMNode
{
/** @var string */
public $target;
/** @var string */
public $data;
/**
*
Creates a new ``DOMProcessingInstruction`` object
*
* @param string $name
* @param string $value
*/
public function __construct($name, $value = NULL)
{
}
/**
*
Returns the data of ProcessingInstruction node
*
* @return string Returns the data of the Processing Instruction.
*/
public function data()
{
}
/**
*
Returns the target of a ProcessingInstruction node
*
* @return string Returns the target of the Processing Instruction.
*/
public function target()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class DomProcessingInstruction extends \DOMNode
{
/** @var string */
public $target;
/** @var string */
public $data;
/**
*
Creates a new ``DOMProcessingInstruction`` object
*
* @param string $name
* @param string $value
*/
public function __construct($name, $value = NULL)
{
}
/**
*
Returns the data of ProcessingInstruction node
*
* @return string Returns the data of the Processing Instruction.
*/
public function data()
{
}
/**
*
Returns the target of a ProcessingInstruction node
*
* @return string Returns the target of the Processing Instruction.
*/
public function target()
{
}
}
Function Calls
None |
Stats
MD5 | 6125a67aaf6ee2cecedb696466d96516 |
Eval Count | 0 |
Decode Time | 85 ms |