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 lapackexception extends \Exception { /** @var string */ ..
Decoded Output download
<?php
/** @phpstub */
class lapackexception extends \Exception
{
/** @var string */
protected $message;
/** @var int */
protected $line;
/** @var string */
protected $file;
/** @var int */
protected $code;
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class lapackexception extends \Exception
{
/** @var string */
protected $message;
/** @var int */
protected $line;
/** @var string */
protected $file;
/** @var int */
protected $code;
}
Function Calls
None |
Stats
MD5 | 0baa4da94caa3a38f9b14566db21fbca |
Eval Count | 0 |
Decode Time | 82 ms |