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 /** @phpstub */ class InfiniteIterator extends \IteratorIterator implements \OuterI..

Decoded Output download

<?php

/** @phpstub */
class InfiniteIterator extends \IteratorIterator implements \OuterIterator, \Traversable, \Iterator
{
    /**
     * Constructs an InfiniteIterator
     *
     * @param Iterator $iterator
     */
    public function __construct($iterator)
    {
    }

    /**
     * Moves the inner Iterator forward or rewinds it
     *
     * @return void 
     */
    public function next()
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class InfiniteIterator extends \IteratorIterator implements \OuterIterator, \Traversable, \Iterator
{
    /**
     * Constructs an InfiniteIterator
     *
     * @param Iterator $iterator
     */
    public function __construct($iterator)
    {
    }

    /**
     * Moves the inner Iterator forward or rewinds it
     *
     * @return void 
     */
    public function next()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 524399f3edbb7b01f6b0628498d1579d
Eval Count 0
Decode Time 120 ms