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 namespace Dompdf\Css\Content; final class NoOpenQuote extends ContentPart { pub..

Decoded Output download

<?php
namespace Dompdf\Css\Content;

final class NoOpenQuote extends ContentPart
{
    public function __toString(): string
    {
        return "no-open-quote";
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php
namespace Dompdf\Css\Content;

final class NoOpenQuote extends ContentPart
{
    public function __toString(): string
    {
        return "no-open-quote";
    }
}

Function Calls

None

Variables

None

Stats

MD5 411538ca29985b0c70eb44bddbd1f429
Eval Count 0
Decode Time 110 ms