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 MixedPropertyTypeCoerc..
Decoded Output download
<?php
namespace Psalm\Issue;
use Psalm\CodeLocation;
final class MixedPropertyTypeCoercion extends PropertyIssue implements MixedIssue
{
public const ERROR_LEVEL = 1;
public const SHORTCODE = 196;
use MixedIssueTrait;
public function __construct(
string $message,
CodeLocation $code_location,
string $property_id,
?CodeLocation $origin_location = null
) {
parent::__construct($message, $code_location, $property_id);
$this->origin_location = $origin_location;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Issue;
use Psalm\CodeLocation;
final class MixedPropertyTypeCoercion extends PropertyIssue implements MixedIssue
{
public const ERROR_LEVEL = 1;
public const SHORTCODE = 196;
use MixedIssueTrait;
public function __construct(
string $message,
CodeLocation $code_location,
string $property_id,
?CodeLocation $origin_location = null
) {
parent::__construct($message, $code_location, $property_id);
$this->origin_location = $origin_location;
}
}
Function Calls
None |
Stats
MD5 | 809c8bbe4347593c7c42991390019b40 |
Eval Count | 0 |
Decode Time | 65 ms |