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 Sin extends Handler { use MultipleAddressMode, UnaryOperator, FloatingPoint..
Decoded Output download
<?php
class Sin extends Handler {
use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;
protected function getActionOnUnitData() {
$type = $this->getOperandType(2);
$cType = $this->getOperandCType(2);
$f = ($type == 'F32') ? 'f' : '';
return "res = ($cType) sin$f(op1);";
}
}
?>
Did this file decode correctly?
Original Code
<?php
class Sin extends Handler {
use MultipleAddressMode, UnaryOperator, FloatingPointOnly, Multithreaded;
protected function getActionOnUnitData() {
$type = $this->getOperandType(2);
$cType = $this->getOperandCType(2);
$f = ($type == 'F32') ? 'f' : '';
return "res = ($cType) sin$f(op1);";
}
}
?>
Function Calls
None |
Stats
MD5 | c7a8061e4436e75ee850d0e69061f899 |
Eval Count | 0 |
Decode Time | 97 ms |