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 use Symfony\Component\HttpKernel\Exception\HttpException; throw new HttpException(..
Decoded Output download
<?php
use Symfony\Component\HttpKernel\Exception\HttpException;
throw new HttpException(403, 'http exception message');
?>
Did this file decode correctly?
Original Code
<?php
use Symfony\Component\HttpKernel\Exception\HttpException;
throw new HttpException(403, 'http exception message');
Function Calls
| None |
Stats
| MD5 | 96435c6fc3ad13256f89fa5f71d369da |
| Eval Count | 0 |
| Decode Time | 97 ms |