Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@extends('errors::minimal') @section('title', __('Server Error')) @section('code', '500')..
Decoded Output download
<? @extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error'))
?>
Did this file decode correctly?
Original Code
@extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error'))
Function Calls
None |
Stats
MD5 | 2ada2f6c5f960d560eda572690524a32 |
Eval Count | 0 |
Decode Time | 111 ms |