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 trait Complex { public function getOperandCType($i) { $cType = parent::getOpera..

Decoded Output download

<?php

trait Complex {

	public function getOperandCType($i) {
		$cType = parent::getOperandCType($i);
		if($cType) {
			return "c$cType";
		}
	}

	public function getOperandSizeShift($i) {
		return 1;
	}
}

?>

Did this file decode correctly?

Original Code

<?php

trait Complex {

	public function getOperandCType($i) {
		$cType = parent::getOperandCType($i);
		if($cType) {
			return "c$cType";
		}
	}

	public function getOperandSizeShift($i) {
		return 1;
	}
}

?>

Function Calls

None

Variables

None

Stats

MD5 fee78d80dcb08482ec50425399ae8386
Eval Count 0
Decode Time 93 ms