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 Illuminate\Contracts\Foundation; interface ExceptionRenderer { /** ..
Decoded Output download
<?php
namespace Illuminate\Contracts\Foundation;
interface ExceptionRenderer
{
/**
* Renders the given exception as HTML.
*
* @param \Throwable $throwable
* @return string
*/
public function render($throwable);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Contracts\Foundation;
interface ExceptionRenderer
{
/**
* Renders the given exception as HTML.
*
* @param \Throwable $throwable
* @return string
*/
public function render($throwable);
}
Function Calls
None |
Stats
MD5 | 9d148691cfbe35f2daf09e3ed4338378 |
Eval Count | 0 |
Decode Time | 113 ms |