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 QuaternaryOperatorNoResult { public function getInputOperandCount() { ret..
Decoded Output download
<?php
trait QuaternaryOperatorNoResult {
public function getInputOperandCount() {
return 4;
}
}
?>
Did this file decode correctly?
Original Code
<?php
trait QuaternaryOperatorNoResult {
public function getInputOperandCount() {
return 4;
}
}
?>
Function Calls
None |
Stats
MD5 | 4095584d3d9db48d7fe18f9a2eed465d |
Eval Count | 0 |
Decode Time | 87 ms |