PHP decoder is an half-automated tool that de-obfuscates encoded/encrypted PHP scripts.
A set of decoded files is generated upon execution. Files are named in the form of eval.X.php, where X is an increasing number starting from "1".
%> ./sapi/cli/php encoded.php
One of the result files will be the clear text. Enjoy ;-P (Well, garbage text expected)