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 class FooTest extends \PHPUnit_Framework_TestCase { public function test_dedica..

Decoded Output download

<?php

class FooTest extends \PHPUnit_Framework_TestCase {
    public function test_dedicate_assert($foo) {
        $this->assertNull($foo);
        $this->assertTrue(is_array($foo));
        $this->assertTrue(is_nan($foo));
        $this->assertTrue(is_readable($foo));
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

class FooTest extends \PHPUnit_Framework_TestCase {
    public function test_dedicate_assert($foo) {
        $this->assertNull($foo);
        $this->assertTrue(is_array($foo));
        $this->assertTrue(is_nan($foo));
        $this->assertTrue(is_readable($foo));
    }
}

Function Calls

None

Variables

None

Stats

MD5 a22dfa9f1ebdca3091789422d3f4b9ef
Eval Count 0
Decode Time 117 ms