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

Decoded Output download

<?php

class Round extends Handler {

	use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;

	protected function getActionOnUnitData() {
		$type = $this->getOperandType(2);
		$cType = $this->getOperandCType(2);
		$f = ($type == 'F32') ? 'f' : '';
		return "res = round$f(op1);";
	}
}

?>

Did this file decode correctly?

Original Code

<?php

class Round extends Handler {

	use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;

	protected function getActionOnUnitData() {
		$type = $this->getOperandType(2);
		$cType = $this->getOperandCType(2);
		$f = ($type == 'F32') ? 'f' : '';
		return "res = round$f(op1);";
	}
}

?>

Function Calls

None

Variables

None

Stats

MD5 50fd9a46250f3dbe4fd9657950af243a
Eval Count 0
Decode Time 98 ms