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 ReverseSort extends Sort { protected $direction = "descending"; } ?>..

Decoded Output download

<?php

class ReverseSort extends Sort {

	protected $direction = "descending";
	
}

?>

Did this file decode correctly?

Original Code

<?php

class ReverseSort extends Sort {

	protected $direction = "descending";
	
}

?>

Function Calls

None

Variables

None

Stats

MD5 a1bd2d06bd56a5f9ec0a4df3bc2f89cc
Eval Count 0
Decode Time 116 ms