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('a test', function () { $this->assertArrayHasKey('key', ['key' => 'foo']);..
Decoded Output download
<?php
test('a test', function () {
$this->assertArrayHasKey('key', ['key' => 'foo']);
});
test('higher order message test')->expect(true)->toBeTrue();
?>
Did this file decode correctly?
Original Code
<?php
test('a test', function () {
$this->assertArrayHasKey('key', ['key' => 'foo']);
});
test('higher order message test')->expect(true)->toBeTrue();
Function Calls
| None |
Stats
| MD5 | 0bd7c304a1a7bb04af65127e6be5491c |
| Eval Count | 0 |
| Decode Time | 108 ms |