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\BaseTag;
/**
* Class TestTag
*/
class TestTag extends BaseTag
{
const NAME = 'test';
}
?>
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\BaseTag;
/**
* Class TestTag
*/
class TestTag extends BaseTag
{
const NAME = 'test';
}
Function Calls
None |
Stats
MD5 | 558184ec3862fa7f7a9d9e4b1df4e8a2 |
Eval Count | 0 |
Decode Time | 97 ms |