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 Illuminate\Tests\Support\Fixtures; enum StringBackedEnum: string { c..

Decoded Output download

<?php

namespace Illuminate\Tests\Support\Fixtures;

enum StringBackedEnum: string
{
    case ADMIN_LABEL = 'I am \'admin\'';
    case HELLO_WORLD = 'Hello world';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Illuminate\Tests\Support\Fixtures;

enum StringBackedEnum: string
{
    case ADMIN_LABEL = 'I am \'admin\'';
    case HELLO_WORLD = 'Hello world';
}

Function Calls

None

Variables

None

Stats

MD5 c85d5166d5d455e402f645b292e3e431
Eval Count 0
Decode Time 94 ms