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 test('closure was bound to CustomTestCase', function () { $this->assertCustomIn..

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 542a71a69a65150741697ab900340e59
Eval Count 0
Decode Time 87 ms