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 /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * F..

Decoded Output download

<?php
/**
 * This file is part of the Cloudinary PHP package.
 *
 * (c) Cloudinary
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Cloudinary\Test\Unit\Tag;

use Cloudinary\Tag\ClientHintsMetaTag;

/**
 * Class MetaClientHintsTest
 */
final class ClientHintsMetaTagTest extends TagTestCase
{
    public function testClientHintsMetaTag()
    {
        $tag = new ClientHintsMetaTag();
        self::assertTagAttributeEquals('DPR, Viewport-Width, Width', $tag, 'content');
        self::assertTagAttributeEquals('Accept-CH', $tag, 'http-equiv');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * This file is part of the Cloudinary PHP package.
 *
 * (c) Cloudinary
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Cloudinary\Test\Unit\Tag;

use Cloudinary\Tag\ClientHintsMetaTag;

/**
 * Class MetaClientHintsTest
 */
final class ClientHintsMetaTagTest extends TagTestCase
{
    public function testClientHintsMetaTag()
    {
        $tag = new ClientHintsMetaTag();
        self::assertTagAttributeEquals('DPR, Viewport-Width, Width', $tag, 'content');
        self::assertTagAttributeEquals('Accept-CH', $tag, 'http-equiv');
    }
}

Function Calls

None

Variables

None

Stats

MD5 b758fda41ba68ee5f9206fa4fb89d0e7
Eval Count 0
Decode Time 104 ms