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\Util; interface SourceLocationInterface extends DocumentLocationInt..

Decoded Output download

<?php

namespace Phug\Util;

interface SourceLocationInterface extends DocumentLocationInterface
{
    /**
     * @return int
     */
    public function getOffsetLength();

    public function setOffsetLength($offsetLength);

    /**
     * @return string
     */
    public function getPath();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Phug\Util;

interface SourceLocationInterface extends DocumentLocationInterface
{
    /**
     * @return int
     */
    public function getOffsetLength();

    public function setOffsetLength($offsetLength);

    /**
     * @return string
     */
    public function getPath();
}

Function Calls

None

Variables

None

Stats

MD5 43f57ecf53cc5f24b9fa3fbad83e6845
Eval Count 0
Decode Time 93 ms