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\Exceptions; use Exception; class InvalidCredentialsException extend..
Decoded Output download
<?php
namespace App\Exceptions;
use Exception;
class InvalidCredentialsException extends Exception
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Exceptions;
use Exception;
class InvalidCredentialsException extends Exception
{
}
Function Calls
None |
Stats
MD5 | 93961af06b1fe72ec2e21d8e07aa5be2 |
Eval Count | 0 |
Decode Time | 123 ms |