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 SolrException extends \Exception { /** @var string */ ..
Decoded Output download
<?php
/** @phpstub */
class SolrException extends \Exception
{
/** @var string */
protected $zif_name;
/** @var integer */
protected $sourceline;
/** @var string */
protected $sourcefile;
/**
* Returns internal information where the Exception was thrown
*
* @return array Returns an array containing internal information where the error was thrown. Used only for debugging by extension developers.
*/
public function getInternalInfo()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class SolrException extends \Exception
{
/** @var string */
protected $zif_name;
/** @var integer */
protected $sourceline;
/** @var string */
protected $sourcefile;
/**
* Returns internal information where the Exception was thrown
*
* @return array Returns an array containing internal information where the error was thrown. Used only for debugging by extension developers.
*/
public function getInternalInfo()
{
}
}
Function Calls
None |
Stats
MD5 | ce47477edd8a22f8281208d5b7c7e76e |
Eval Count | 0 |
Decode Time | 95 ms |