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 yiiunit\framework\db\enums; enum StatusTypeInt: int { case ACTIVE = ..
Decoded Output download
<?php
namespace yiiunitramework\db\enums;
enum StatusTypeInt: int
{
case ACTIVE = 1;
case INACTIVE = 0;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace yiiunit\framework\db\enums;
enum StatusTypeInt: int
{
case ACTIVE = 1;
case INACTIVE = 0;
}
Function Calls
None |
Stats
MD5 | 708dcd04aeda30cacc0610ab8d9b6337 |
Eval Count | 0 |
Decode Time | 98 ms |