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 declare(strict_types=1); namespace PHPUnit\TestFixture\SelfDirectIndirect; function..

Decoded Output download

<?php declare(strict_types=1);
namespace PHPUnit\TestFixture\SelfDirectIndirect;

function trigger_deprecation(string $message): void
{
    @trigger_error($message, E_USER_DEPRECATED);
}
 ?>

Did this file decode correctly?

Original Code

<?php declare(strict_types=1);
namespace PHPUnit\TestFixture\SelfDirectIndirect;

function trigger_deprecation(string $message): void
{
    @trigger_error($message, E_USER_DEPRECATED);
}

Function Calls

None

Variables

None

Stats

MD5 41e2cf2ec6a959e55e1cfb48b6475714
Eval Count 0
Decode Time 103 ms