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 App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\TrimStrin..
Decoded Output download
<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\TrimStrings as BaseTrimmer;
class TrimStrings extends BaseTrimmer
{
/**
* The names of the attributes that should not be trimmed.
*
* @var array<int,string>
*/
protected $except = [
'password',
'password_confirmation',
];
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\TrimStrings as BaseTrimmer;
class TrimStrings extends BaseTrimmer
{
/**
* The names of the attributes that should not be trimmed.
*
* @var array<int,string>
*/
protected $except = [
'password',
'password_confirmation',
];
}
Function Calls
| None |
Stats
| MD5 | cff30185e8b477d851b3c042ee6d9f09 |
| Eval Count | 0 |
| Decode Time | 151 ms |