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 ComplexAbs extends Handler { use ArrayAddressMode, UnaryOperator, UnitResul..

Decoded Output download

<?php

class ComplexAbs extends Handler {

	use ArrayAddressMode, UnaryOperator, UnitResult, FloatingPointOnly, FixedOperandSize, Multithreaded, ComplexToReal;
	
	protected function getActionOnUnitData() {
		$type = $this->getOperandType(2);
		$f = ($type == 'F32') ? 'f' : '';
		return "res = cabs$f(op1);";
	}
}

?>

Did this file decode correctly?

Original Code

<?php

class ComplexAbs extends Handler {

	use ArrayAddressMode, UnaryOperator, UnitResult, FloatingPointOnly, FixedOperandSize, Multithreaded, ComplexToReal;
	
	protected function getActionOnUnitData() {
		$type = $this->getOperandType(2);
		$f = ($type == 'F32') ? 'f' : '';
		return "res = cabs$f(op1);";
	}
}

?>

Function Calls

None

Variables

None

Stats

MD5 fc56223294e8094009a08e1c07b331fb
Eval Count 0
Decode Time 123 ms