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 Phug\Parser; use Phug\Ast\NodeInterface as AstNodeInterface; use Phug\Ut..
Decoded Output download
<?php
namespace Phug\Parser;
use Phug\Ast\NodeInterface as AstNodeInterface;
use Phug\Util\SourceLocationInterface;
interface NodeInterface extends AstNodeInterface
{
/**
* @return SourceLocationInterface|null
*/
public function getSourceLocation();
public function getToken();
public function getLevel();
public function getOuterNode();
public function setOuterNode(self $node);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Phug\Parser;
use Phug\Ast\NodeInterface as AstNodeInterface;
use Phug\Util\SourceLocationInterface;
interface NodeInterface extends AstNodeInterface
{
/**
* @return SourceLocationInterface|null
*/
public function getSourceLocation();
public function getToken();
public function getLevel();
public function getOuterNode();
public function setOuterNode(self $node);
}
Function Calls
None |
Stats
MD5 | c5e0d9e1cfea8bea55564a0b71faa5a3 |
Eval Count | 0 |
Decode Time | 87 ms |