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); /** * @package Grav\Common\Flex * * @copyright Cop..
Decoded Output download
<?php
declare(strict_types=1);
/**
* @package Grav\Common\Flex
*
* @copyright Copyright (c) 2015 - 2024 Trilby Media, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/
namespace Grav\Common\Flex\Types\Generic;
use Grav\Common\Flex\FlexObject;
/**
* Class GenericObject
* @package Grav\Common\Flex\Generic
*/
class GenericObject extends FlexObject
{
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
/**
* @package Grav\Common\Flex
*
* @copyright Copyright (c) 2015 - 2024 Trilby Media, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/
namespace Grav\Common\Flex\Types\Generic;
use Grav\Common\Flex\FlexObject;
/**
* Class GenericObject
* @package Grav\Common\Flex\Generic
*/
class GenericObject extends FlexObject
{
}
Function Calls
None |
Stats
MD5 | 094a4c579cdcb873ee70095fad339bfe |
Eval Count | 0 |
Decode Time | 79 ms |