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 declare(strict_types=1); namespace Pest\Exceptions; use Exception; /** * @inter..

Decoded Output download

<?php

declare(strict_types=1);

namespace Pest\Exceptions;

use Exception;

/**
 * @internal
 */
final class ExpectationNotFound extends Exception
{
    /**
     * Creates a new ExpectationNotFound instance from the given name.
     */
    public static function fromName(string $name): ExpectationNotFound
    {
        return new self("Expectation [$name] does not exist.");
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace Pest\Exceptions;

use Exception;

/**
 * @internal
 */
final class ExpectationNotFound extends Exception
{
    /**
     * Creates a new ExpectationNotFound instance from the given name.
     */
    public static function fromName(string $name): ExpectationNotFound
    {
        return new self("Expectation [$name] does not exist.");
    }
}

Function Calls

None

Variables

None

Stats

MD5 4f82d4fe8b11c2bf3191ba365cc1ca4c
Eval Count 0
Decode Time 73 ms