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 Hyperf\ConfigZookeeper;
class ConfigProvider
{
public function __invoke(): array
{
return [
'dependencies' => [
ClientInterface::class => Client::class,
],
];
}
}
?>
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 Hyperf\ConfigZookeeper;
class ConfigProvider
{
public function __invoke(): array
{
return [
'dependencies' => [
ClientInterface::class => Client::class,
],
];
}
}
Function Calls
None |
Stats
MD5 | b194b17ae2b96da784827593ecadee11 |
Eval Count | 0 |
Decode Time | 91 ms |