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 LegacyTests; enum TestEnum: string { case TEST = 'Be excellent to ea..

Decoded Output download

<?php

namespace LegacyTests;

enum TestEnum: string
{
    case TEST = 'Be excellent to each other';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace LegacyTests;

enum TestEnum: string
{
    case TEST = 'Be excellent to each other';
}

Function Calls

None

Variables

None

Stats

MD5 2586a939db3b1a8fed7f70c378c4bcc8
Eval Count 0
Decode Time 139 ms