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 Bug1819; use App\User; use function PHPStan\Testing\assertType; functi..
Decoded Output download
<?php
namespace Bug1819;
use App\User;
use function PHPStan\Testing\assertType;
function test(): void
{
assertType('App\User', User::createOrRestore(['id' => 1]));
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Bug1819;
use App\User;
use function PHPStan\Testing\assertType;
function test(): void
{
assertType('App\User', User::createOrRestore(['id' => 1]));
}
Function Calls
None |
Stats
MD5 | 30bd6b2ab676168b0b8c23cca83ca72a |
Eval Count | 0 |
Decode Time | 72 ms |