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 declare(strict_types=1); /** * This file is part of Hyperf. * * @link https:..
Decoded Output download
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
namespace HyperfTest\Command\Command;
use Hyperf\Command\Command;
class SwooleFlagsCommand extends Command
{
protected int $hookFlags = SWOOLE_HOOK_CURL | SWOOLE_HOOK_ALL;
public function handle()
{
}
public function getHookFlags(): int
{
return $this->hookFlags;
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
namespace HyperfTest\Command\Command;
use Hyperf\Command\Command;
class SwooleFlagsCommand extends Command
{
protected int $hookFlags = SWOOLE_HOOK_CURL | SWOOLE_HOOK_ALL;
public function handle()
{
}
public function getHookFlags(): int
{
return $this->hookFlags;
}
}
Function Calls
None |
Stats
MD5 | 03d2264b42faf675bd0e3e9d69f2841c |
Eval Count | 0 |
Decode Time | 85 ms |