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 use Illuminate\Support\Timebox; use function PHPStan\Testing\assertType; assertTy..

Decoded Output download

<?php

use Illuminate\Support\Timebox;

use function PHPStan\TestingssertType;

assertType('int', (new Timebox)->call(function ($timebox) {
    assertType('Illuminate\Support\Timebox', $timebox);

    return 1;
}, 1));
 ?>

Did this file decode correctly?

Original Code

<?php

use Illuminate\Support\Timebox;

use function PHPStan\Testing\assertType;

assertType('int', (new Timebox)->call(function ($timebox) {
    assertType('Illuminate\Support\Timebox', $timebox);

    return 1;
}, 1));

Function Calls

None

Variables

None

Stats

MD5 5b634b56637ef93b33d8ee8b6dd79189
Eval Count 0
Decode Time 95 ms