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 InvalidChained { public function bar() { echo "no PHPDOC ROFLMAO"; } } ..

Decoded Output download

<?php

class InvalidChained
{
	public function bar()
	{
		echo "no PHPDOC ROFLMAO";
	}
}
 ?>

Did this file decode correctly?

Original Code

<?php

class InvalidChained
{
	public function bar()
	{
		echo "no PHPDOC ROFLMAO";
	}
}

Function Calls

None

Variables

None

Stats

MD5 9194d502b8f5c79d2b20280eb7be3710
Eval Count 0
Decode Time 110 ms