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\Lexer\TokenInterface; interface TokenHandlerInter..
Decoded Output download
<?php
namespace Phug\Parser;
use Phug\Lexer\TokenInterface;
interface TokenHandlerInterface
{
public function handleToken(TokenInterface $token, State $state);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Phug\Parser;
use Phug\Lexer\TokenInterface;
interface TokenHandlerInterface
{
public function handleToken(TokenInterface $token, State $state);
}
Function Calls
None |
Stats
MD5 | 81651117affe80ccdda13fcf6e48ee60 |
Eval Count | 0 |
Decode Time | 95 ms |