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 ows/commonmark-sup-sub-extensions package. */ name..
Decoded Output download
<?php
/*
* This file is part of the ows/commonmark-sup-sub-extensions package.
*/
namespace Ows\CommonMark\Inline\Renderer;
class SupRenderer extends BaseRenderer
{
const TAG = 'sup';
protected $elementClass = '\Ows\CommonMark\Inline\Element\Sup';
}
?>
Did this file decode correctly?
Original Code
<?php
/*
* This file is part of the ows/commonmark-sup-sub-extensions package.
*/
namespace Ows\CommonMark\Inline\Renderer;
class SupRenderer extends BaseRenderer
{
const TAG = 'sup';
protected $elementClass = '\Ows\CommonMark\Inline\Element\Sup';
}
Function Calls
| None |
Stats
| MD5 | 29fc9556d560fa8772f77729bf3c261e |
| Eval Count | 0 |
| Decode Time | 82 ms |