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 Psalm\Issue; use Psalm\CodeLocation; final class PossiblyUnusedProperty..

Decoded Output download

<?php

namespace Psalm\Issue;

use Psalm\CodeLocation;

final class PossiblyUnusedProperty extends PropertyIssue
{
    public const ERROR_LEVEL = -2;
    public const SHORTCODE = 149;

    public function __construct(
        string $message,
        CodeLocation $code_location,
        string $property_id
    ) {
        parent::__construct($message, $code_location, $property_id);
        $this->dupe_key = $property_id;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Psalm\Issue;

use Psalm\CodeLocation;

final class PossiblyUnusedProperty extends PropertyIssue
{
    public const ERROR_LEVEL = -2;
    public const SHORTCODE = 149;

    public function __construct(
        string $message,
        CodeLocation $code_location,
        string $property_id
    ) {
        parent::__construct($message, $code_location, $property_id);
        $this->dupe_key = $property_id;
    }
}

Function Calls

None

Variables

None

Stats

MD5 210363e22ad26f5e7066aa2e4ca8a36e
Eval Count 0
Decode Time 71 ms