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 interface PhabricatorPolicyCodexInterface { public function newPolicyCodex(); }..
Decoded Output download
<?php
interface PhabricatorPolicyCodexInterface {
public function newPolicyCodex();
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorPolicyCodexInterface )------------------------------------ */
/*
public function newPolicyCodex() {
return new <<...>>PolicyCodex();
}
*/
?>
Did this file decode correctly?
Original Code
<?php
interface PhabricatorPolicyCodexInterface {
public function newPolicyCodex();
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorPolicyCodexInterface )------------------------------------ */
/*
public function newPolicyCodex() {
return new <<...>>PolicyCodex();
}
*/
Function Calls
None |
Stats
MD5 | a3f9d8632d09aab17d3f7a7d1c4b7db1 |
Eval Count | 0 |
Decode Time | 105 ms |