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 EncapsulationTree extends ParseTree
{
public bool $terminated = false;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Internal\Type\ParseTree;
use Psalm\Internal\Type\ParseTree;
/**
* @internal
*/
final class EncapsulationTree extends ParseTree
{
public bool $terminated = false;
}
Function Calls
None |
Stats
MD5 | 583ea7e09c70b264599d85e22a4a0a3d |
Eval Count | 0 |
Decode Time | 67 ms |