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 Laminas\Escaper\Exception; /** * Invalid argu..
Decoded Output download
<?php
declare(strict_types=1);
namespace Laminas\Escaper\Exception;
/**
* Invalid argument exception
*/
class InvalidArgumentException extends \InvalidArgumentException implements
ExceptionInterface
{
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Laminas\Escaper\Exception;
/**
* Invalid argument exception
*/
class InvalidArgumentException extends \InvalidArgumentException implements
ExceptionInterface
{
}
Function Calls
None |
Stats
MD5 | a2938f8e74e514e11a57238fa08756e0 |
Eval Count | 0 |
Decode Time | 101 ms |