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; /** * Denotes the `numeric` type that's also empty (..

Decoded Output download

<?php

namespace Psalm\Type\Atomic;

/**
 * Denotes the `numeric` type that's also empty (which can also result from an `is_numeric` and `empty` check).
 *
 * @psalm-immutable
 */
final class TEmptyNumeric extends TNumeric
{
    public function getId(bool $exact = true, bool $nested = false): string
    {
        return 'empty-numeric';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Psalm\Type\Atomic;

/**
 * Denotes the `numeric` type that's also empty (which can also result from an `is_numeric` and `empty` check).
 *
 * @psalm-immutable
 */
final class TEmptyNumeric extends TNumeric
{
    public function getId(bool $exact = true, bool $nested = false): string
    {
        return 'empty-numeric';
    }
}

Function Calls

None

Variables

None

Stats

MD5 e0c24f2a10659d4d3af4fcc4f375176c
Eval Count 0
Decode Time 91 ms