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 beforeEach()->skip(); test('does not run 1', function () { $this->fail('This t..
Decoded Output download
<?php
beforeEach()->skip();
test('does not run 1', function () {
$this->fail('This test should not run');
});
test('does not run 2', function () {
$this->fail('This test should not run');
});
test('does not run 3', function () {
$this->fail('This test should not run');
});
?>
Did this file decode correctly?
Original Code
<?php
beforeEach()->skip();
test('does not run 1', function () {
$this->fail('This test should not run');
});
test('does not run 2', function () {
$this->fail('This test should not run');
});
test('does not run 3', function () {
$this->fail('This test should not run');
});
Function Calls
None |
Stats
MD5 | 840993e2cae9651e859e9100e1bf37dc |
Eval Count | 0 |
Decode Time | 68 ms |