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 final class DiffusionRefNotFoundException extends Exception { private $ref; p..
Decoded Output download
<?php
final class DiffusionRefNotFoundException extends Exception {
private $ref;
public function setRef($ref) {
$this->ref = $ref;
return $this;
}
public function getRef() {
return $this->ref;
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class DiffusionRefNotFoundException extends Exception {
private $ref;
public function setRef($ref) {
$this->ref = $ref;
return $this;
}
public function getRef() {
return $this->ref;
}
}
Function Calls
None |
Stats
MD5 | 2754525fdf60bd21884cf78cea77ef08 |
Eval Count | 0 |
Decode Time | 84 ms |