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