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 echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__..
Decoded Output download
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->startSection('content'); ?>
<?php throw new Exception('section exception message') ?>
<?php $__env->stopSection(); ?>
Did this file decode correctly?
Original Code
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->startSection('content'); ?>
<?php throw new Exception('section exception message') ?>
<?php $__env->stopSection(); ?>
Function Calls
| None |
Stats
| MD5 | 9a47673918c07de1490d04ed25e73e0d |
| Eval Count | 0 |
| Decode Time | 81 ms |