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 SolrIllegalOperationException extends \SolrException { /*..

Decoded Output download

<?php

/** @phpstub */
class SolrIllegalOperationException extends \SolrException
{
    /**
     * 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 SolrIllegalOperationException extends \SolrException
{
    /**
     * 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

Variables

None

Stats

MD5 e477f649e9a2daf4248f0580f850c292
Eval Count 0
Decode Time 89 ms