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 libXMLError { /** @var string */ public $message; ..
Decoded Output download
<?php
/** @phpstub */
class libXMLError
{
/** @var string */
public $message;
/** @var int */
public $line;
/** @var int */
public $level;
/** @var string */
public $file;
/** @var int */
public $column;
/** @var int */
public $code;
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class libXMLError
{
/** @var string */
public $message;
/** @var int */
public $line;
/** @var int */
public $level;
/** @var string */
public $file;
/** @var int */
public $column;
/** @var int */
public $code;
}
Function Calls
None |
Stats
MD5 | 47b26e6d01487f4ac0a74681b8f4bcf6 |
Eval Count | 0 |
Decode Time | 72 ms |