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\Internal\Type\ParseTree; use Psalm\Internal\Type\ParseTree; /** ..
Decoded Output download
<?php
namespace Psalm\Internal\Type\ParseTree;
use Psalm\Internal\Type\ParseTree;
/**
* @internal
*/
final class TemplateIsTree extends ParseTree
{
public string $param_name;
public function __construct(string $param_name, ?ParseTree $parent = null)
{
$this->param_name = $param_name;
$this->parent = $parent;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Internal\Type\ParseTree;
use Psalm\Internal\Type\ParseTree;
/**
* @internal
*/
final class TemplateIsTree extends ParseTree
{
public string $param_name;
public function __construct(string $param_name, ?ParseTree $parent = null)
{
$this->param_name = $param_name;
$this->parent = $parent;
}
}
Function Calls
None |
Stats
MD5 | 92ac5252ba40bc2224346f9245dd1400 |
Eval Count | 0 |
Decode Time | 85 ms |