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 EmptyIterator implements \Iterator, \Traversable { /** ..
Decoded Output download
<?php
/** @phpstub */
class EmptyIterator implements \Iterator, \Traversable
{
/**
* The current() method
*
* @return void
*/
public function current()
{
}
/**
* The key() method
*
* @return void
*/
public function key()
{
}
/**
* The next() method
*
* @return void
*/
public function next()
{
}
/**
* The rewind() method
*
* @return void
*/
public function rewind()
{
}
/**
* The valid() method
*
* @return void false
*/
public function valid()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class EmptyIterator implements \Iterator, \Traversable
{
/**
* The current() method
*
* @return void
*/
public function current()
{
}
/**
* The key() method
*
* @return void
*/
public function key()
{
}
/**
* The next() method
*
* @return void
*/
public function next()
{
}
/**
* The rewind() method
*
* @return void
*/
public function rewind()
{
}
/**
* The valid() method
*
* @return void false
*/
public function valid()
{
}
}
Function Calls
None |
Stats
MD5 | a7b2cc8b1dd4efdc0a133e14b94e4128 |
Eval Count | 0 |
Decode Time | 109 ms |