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 Psalm\Node\Stmt; use PhpParser\Node\Stmt\Catch..
Decoded Output download
<?php
declare(strict_types=1);
namespace Psalm\Node\Stmt;
use PhpParser\Node\Stmt\Catch_;
use Psalm\Node\VirtualNode;
final class VirtualCatch extends Catch_ implements VirtualNode
{
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Psalm\Node\Stmt;
use PhpParser\Node\Stmt\Catch_;
use Psalm\Node\VirtualNode;
final class VirtualCatch extends Catch_ implements VirtualNode
{
}
Function Calls
None |
Stats
MD5 | 7d2cf7f1ac1acdcea931bade4d6c65ae |
Eval Count | 0 |
Decode Time | 96 ms |