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 Timber; /** * Interface Setupable */ interface Setupable { /** ..

Decoded Output download

<?php

namespace Timber;

/**
 * Interface Setupable
 */
interface Setupable
{
    /**
     * Sets up an object.
     *
     * @since 2.0.0
     *
     * @return Core The affected object.
     */
    public function setup();

    /**
     * Resets variables after the loop.
     *
     * @since 2.0.0
     *
     * @return Core The affected object.
     */
    public function teardown();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Timber;

/**
 * Interface Setupable
 */
interface Setupable
{
    /**
     * Sets up an object.
     *
     * @since 2.0.0
     *
     * @return Core The affected object.
     */
    public function setup();

    /**
     * Resets variables after the loop.
     *
     * @since 2.0.0
     *
     * @return Core The affected object.
     */
    public function teardown();
}

Function Calls

None

Variables

None

Stats

MD5 f2c4e69dd8601455b0a5a098d135847b
Eval Count 0
Decode Time 80 ms