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 declare(strict_types=1); namespace Dotenv\Exception; use InvalidArgumentException..
Decoded Output download
<?php
declare(strict_types=1);
namespace Dotenv\Exception;
use InvalidArgumentException;
final class InvalidEncodingException extends InvalidArgumentException implements ExceptionInterface
{
//
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Dotenv\Exception;
use InvalidArgumentException;
final class InvalidEncodingException extends InvalidArgumentException implements ExceptionInterface
{
//
}
Function Calls
None |
Stats
MD5 | 79464f52f77d176efd63ef73333c97e4 |
Eval Count | 0 |
Decode Time | 75 ms |