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 SPC\builder\macos\library; class libtiff exten..

Decoded Output download

<?php

declare(strict_types=1);

namespace SPC\builder\macos\library;

class libtiff extends MacOSLibraryBase
{
    use \SPC\builder\unix\library\libtiff;

    public const NAME = 'libtiff';
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace SPC\builder\macos\library;

class libtiff extends MacOSLibraryBase
{
    use \SPC\builder\unix\library\libtiff;

    public const NAME = 'libtiff';
}

Function Calls

None

Variables

None

Stats

MD5 9ce9e369257a9852b53bf34a4c24975e
Eval Count 0
Decode Time 96 ms