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('warning', function () { $this->fooqwdfwqdfqw; expect(true)->toBeTrue..

Decoded Output download

<?php

test('warning', function () {
    $this->fooqwdfwqdfqw;

    expect(true)->toBeTrue();
});

test('user warning', function () {
    trigger_error('This is a warning description', E_USER_WARNING);

    expect(true)->toBeTrue();
});

describe('a "describe" group of tests', function () {
    test('user warning', function () {
        trigger_error('This is a warning description', E_USER_WARNING);

        expect(true)->toBeTrue();
    });
});
 ?>

Did this file decode correctly?

Original Code

<?php

test('warning', function () {
    $this->fooqwdfwqdfqw;

    expect(true)->toBeTrue();
});

test('user warning', function () {
    trigger_error('This is a warning description', E_USER_WARNING);

    expect(true)->toBeTrue();
});

describe('a "describe" group of tests', function () {
    test('user warning', function () {
        trigger_error('This is a warning description', E_USER_WARNING);

        expect(true)->toBeTrue();
    });
});

Function Calls

None

Variables

None

Stats

MD5 fc27b8d2f84397068c831b1b5a543a8b
Eval Count 0
Decode Time 79 ms