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 Logger; use Illuminate\Log\Logger; use function PHPStan\Testing\assertT..

Decoded Output download

<?php

namespace Logger;

use Illuminate\Log\Logger;

use function PHPStan\TestingssertType;

function test(Logger $logger): void
{
    assertType('array<int, Monolog\Handler\HandlerInterface>', $logger->getHandlers());
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Logger;

use Illuminate\Log\Logger;

use function PHPStan\Testing\assertType;

function test(Logger $logger): void
{
    assertType('array<int, Monolog\Handler\HandlerInterface>', $logger->getHandlers());
}

Function Calls

None

Variables

None

Stats

MD5 7004eb8bca3c0758c419df3597d6a168
Eval Count 0
Decode Time 90 ms