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 PhabricatorAphlictManagementDebugWorkflow extends PhabricatorAphlictM..
Decoded Output download
<?php
final class PhabricatorAphlictManagementDebugWorkflow
extends PhabricatorAphlictManagementWorkflow {
protected function didConstruct() {
$this
->setName('debug')
->setSynopsis(
pht(
'Start the notifications server in the foreground and print large '.
'volumes of diagnostic information to the console.'))
->setArguments($this->getLaunchArguments());
}
public function execute(PhutilArgumentParser $args) {
$this->parseLaunchArguments($args);
$this->setDebug(true);
$this->willLaunch();
return $this->launch();
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorAphlictManagementDebugWorkflow
extends PhabricatorAphlictManagementWorkflow {
protected function didConstruct() {
$this
->setName('debug')
->setSynopsis(
pht(
'Start the notifications server in the foreground and print large '.
'volumes of diagnostic information to the console.'))
->setArguments($this->getLaunchArguments());
}
public function execute(PhutilArgumentParser $args) {
$this->parseLaunchArguments($args);
$this->setDebug(true);
$this->willLaunch();
return $this->launch();
}
}
Function Calls
None |
Stats
MD5 | 7550873ddf17d47df251cd8cd5998340 |
Eval Count | 0 |
Decode Time | 141 ms |