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); namespace Doctrine\DBAL\Types; /** * Implementations sh..

Decoded Output download

<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Types;

/**
 * Implementations should map a database type to a PHP DateTimeInterface instance.
 *
 * @internal
 */
interface PhpDateMappingType
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Types;

/**
 * Implementations should map a database type to a PHP DateTimeInterface instance.
 *
 * @internal
 */
interface PhpDateMappingType
{
}

Function Calls

None

Variables

None

Stats

MD5 3abe455036a4ee015e897424ad8e2f2e
Eval Count 0
Decode Time 104 ms