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 RedirectResponse; use Illuminate\Http\RedirectResponse; use function PH..

Decoded Output download

<?php

namespace RedirectResponse;

use Illuminate\Http\RedirectResponse;

use function PHPStan\TestingssertType;

function test(): void
{
    assertType(RedirectResponse::class, redirect()->back()->withSuccess(true));
    assertType(RedirectResponse::class, redirect()->back()->withCookie('foo'));
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace RedirectResponse;

use Illuminate\Http\RedirectResponse;

use function PHPStan\Testing\assertType;

function test(): void
{
    assertType(RedirectResponse::class, redirect()->back()->withSuccess(true));
    assertType(RedirectResponse::class, redirect()->back()->withCookie('foo'));
}

Function Calls

None

Variables

None

Stats

MD5 1ee0c0a0a0232fbf4faac1866db54b3f
Eval Count 0
Decode Time 94 ms