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); it('can pass with comparison', function () { expect(t..
Decoded Output download
<?php
declare(strict_types=1);
it('can pass with comparison', function () {
expect(true)->toEqual(true);
});
test('can also pass', function () {
expect("string")->toBeString();
});
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
it('can pass with comparison', function () {
expect(true)->toEqual(true);
});
test('can also pass', function () {
expect("string")->toBeString();
});
Function Calls
None |
Stats
MD5 | 4776ef295162161a38b74be151f8aae0 |
Eval Count | 0 |
Decode Time | 70 ms |