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 NOP extends Handler { use NoOperands; public function getAction() { ret..

Decoded Output download

<?php

class NOP extends Handler {

	use NoOperands;

	public function getAction() {
		return null;
	}
}

?>

Did this file decode correctly?

Original Code

<?php

class NOP extends Handler {

	use NoOperands;

	public function getAction() {
		return null;
	}
}

?>

Function Calls

None

Variables

None

Stats

MD5 9e5bdc6da17bacf11a03b53e5158dc9f
Eval Count 0
Decode Time 88 ms