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 Foo { /** * @param int * @return int */ public function parentMethod(..

Decoded Output download

<?php

class Foo {
	/**
	 * @param int
	 * @return int
	 */
	public function parentMethod($a) {
		return $a + 42;
	}
}
 ?>

Did this file decode correctly?

Original Code

<?php

class Foo {
	/**
	 * @param int
	 * @return int
	 */
	public function parentMethod($a) {
		return $a + 42;
	}
}

Function Calls

None

Variables

None

Stats

MD5 29b655936352c35b0e6d036ac01b4d7f
Eval Count 0
Decode Time 100 ms