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 Tan extends Handler { use MultipleAddressMode, UnaryOperator, FloatingPoint..

Decoded Output download

<?php

class Tan extends Handler {

	use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;
	
	protected function getActionOnUnitData() {
		$type = $this->getOperandType(2);
		$cType = $this->getOperandCType(2);
		$f = ($type == 'F32') ? 'f' : '';
		return "res = tan$f(op1);";

	}
}

?>

Did this file decode correctly?

Original Code

<?php

class Tan extends Handler {

	use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;
	
	protected function getActionOnUnitData() {
		$type = $this->getOperandType(2);
		$cType = $this->getOperandCType(2);
		$f = ($type == 'F32') ? 'f' : '';
		return "res = tan$f(op1);";

	}
}

?>

Function Calls

None

Variables

None

Stats

MD5 f255a6d11beb3cbd62b23905c4bdc607
Eval Count 0
Decode Time 102 ms