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 uses(Tests\CustomTestCase\CustomTestCase::class)->in(__DIR__); test('closure was b..

Decoded Output download

<?php

uses(Tests\CustomTestCase\CustomTestCase::class)->in(__DIR__);

test('closure was bound to CustomTestCase', function () {
    $this->assertCustomTrue();
});
 ?>

Did this file decode correctly?

Original Code

<?php

uses(Tests\CustomTestCase\CustomTestCase::class)->in(__DIR__);

test('closure was bound to CustomTestCase', function () {
    $this->assertCustomTrue();
});

Function Calls

None

Variables

None

Stats

MD5 f7c7800f9fc572380e693ba1da2be963
Eval Count 0
Decode Time 78 ms