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 Width { public const SM = 'sm'; public..

Decoded Output download

<?php

namespace WireUi\Enum\Packs;

class Width
{
    public const SM = 'sm';

    public const MD = 'md';

    public const LG = 'lg';

    public const XL = 'xl';

    public const XL2 = '2xl';

    public const XL3 = '3xl';

    public const XL4 = '4xl';

    public const XL5 = '5xl';

    public const XL6 = '6xl';

    public const XL7 = '7xl';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace WireUi\Enum\Packs;

class Width
{
    public const SM = 'sm';

    public const MD = 'md';

    public const LG = 'lg';

    public const XL = 'xl';

    public const XL2 = '2xl';

    public const XL3 = '3xl';

    public const XL4 = '4xl';

    public const XL5 = '5xl';

    public const XL6 = '6xl';

    public const XL7 = '7xl';
}

Function Calls

None

Variables

None

Stats

MD5 e83ddca2448d2deb32b1353d3e4051d0
Eval Count 0
Decode Time 84 ms