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 StateNewTest extends PHPUnit_Framework_TestCase { public function testState..

Decoded Output download

<?php

class StateNewTest extends PHPUnit_Framework_TestCase
{
	public function
	testStateNew ()
	{
		$state = smbclient_state_new();
		$this->assertTrue(is_resource($state));
	}
}
 ?>

Did this file decode correctly?

Original Code

<?php

class StateNewTest extends PHPUnit_Framework_TestCase
{
	public function
	testStateNew ()
	{
		$state = smbclient_state_new();
		$this->assertTrue(is_resource($state));
	}
}

Function Calls

None

Variables

None

Stats

MD5 b8b8078abc2a6c004f86fa6feaee2fad
Eval Count 0
Decode Time 125 ms