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 PhabricatorPhurlRemarkupRule extends PhabricatorObjectRemarkupRule { ..
Decoded Output download
<?php
final class PhabricatorPhurlRemarkupRule
extends PhabricatorObjectRemarkupRule {
protected function getObjectNamePrefix() {
return 'U';
}
protected function loadObjects(array $ids) {
$viewer = $this->getEngine()->getConfig('viewer');
return id(new PhabricatorPhurlURLQuery())
->setViewer($viewer)
->withIDs($ids)
->execute();
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorPhurlRemarkupRule
extends PhabricatorObjectRemarkupRule {
protected function getObjectNamePrefix() {
return 'U';
}
protected function loadObjects(array $ids) {
$viewer = $this->getEngine()->getConfig('viewer');
return id(new PhabricatorPhurlURLQuery())
->setViewer($viewer)
->withIDs($ids)
->execute();
}
}
Function Calls
None |
Stats
MD5 | f1a81b7ca6c43cba59f6c46c83133b99 |
Eval Count | 0 |
Decode Time | 90 ms |