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\Requests; use Illuminate\Foundation\Http\FormRequest; abstract..

Decoded Output download

<?php

namespace App\Http\Requests;

use Illuminate\Foundation\Http\FormRequest;

abstract class Request extends FormRequest
{
    public function authorize(): bool
    {
        return true;
    }

    /** @return array<mixed> */
    public function rules(): array
    {
        return [];
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Http\Requests;

use Illuminate\Foundation\Http\FormRequest;

abstract class Request extends FormRequest
{
    public function authorize(): bool
    {
        return true;
    }

    /** @return array<mixed> */
    public function rules(): array
    {
        return [];
    }
}

Function Calls

None

Variables

None

Stats

MD5 f72e9f806c9f7f4e829fc680d5fda412
Eval Count 0
Decode Time 123 ms