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 namespace Psalm\Type\Atomic; /** * @psalm-immutable */ final class TLowercaseStr..

Decoded Output download

<?php

namespace Psalm\Type\Atomic;

/**
 * @psalm-immutable
 */
final class TLowercaseString extends TString
{
    public function getId(bool $exact = true, bool $nested = false): string
    {
        return 'lowercase-string';
    }

    public function canBeFullyExpressedInPhp(int $analysis_php_version_id): bool
    {
        return false;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Psalm\Type\Atomic;

/**
 * @psalm-immutable
 */
final class TLowercaseString extends TString
{
    public function getId(bool $exact = true, bool $nested = false): string
    {
        return 'lowercase-string';
    }

    public function canBeFullyExpressedInPhp(int $analysis_php_version_id): bool
    {
        return false;
    }
}

Function Calls

None

Variables

None

Stats

MD5 c93edef9288d74057b55a7daffac75d1
Eval Count 0
Decode Time 94 ms