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 App\Casts; enum BasicEnumeration { } ..
Decoded Output download
<?php
namespace App\Casts;
enum BasicEnumeration
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Casts;
enum BasicEnumeration
{
}
Function Calls
None |
Stats
MD5 | 0b4a2a031ca0235e6c8bf337002e36e4 |
Eval Count | 0 |
Decode Time | 91 ms |