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 WireUi\Enum\Packs; class Rounded { public const NONE = 'none'; ..

Decoded Output download

<?php

namespace WireUi\Enum\Packs;

class Rounded
{
    public const NONE = 'none';

    public const SM = 'sm';

    public const BASE = 'base';

    public const MD = 'md';

    public const LG = 'lg';

    public const XL = 'xl';

    public const XL2 = '2xl';

    public const XL3 = '3xl';

    public const FULL = 'full';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace WireUi\Enum\Packs;

class Rounded
{
    public const NONE = 'none';

    public const SM = 'sm';

    public const BASE = 'base';

    public const MD = 'md';

    public const LG = 'lg';

    public const XL = 'xl';

    public const XL2 = '2xl';

    public const XL3 = '3xl';

    public const FULL = 'full';
}

Function Calls

None

Variables

None

Stats

MD5 e8cffc1f24b81ca5aecbe4c70b4340e3
Eval Count 0
Decode Time 93 ms