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 CallbackFilterIterator extends \FilterIterator implements \It..
Decoded Output download
<?php
/** @phpstub */
class CallbackFilterIterator extends \FilterIterator implements \Iterator, \Traversable, \OuterIterator
{
/**
* Create a filtered iterator from another iterator
*/
public function __construct()
{
}
/**
* Calls the callback with the current value, the current key and the inner iterator as arguments
*
* @return string Returns true to accept the current item, or false otherwise.
*/
public function accept()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class CallbackFilterIterator extends \FilterIterator implements \Iterator, \Traversable, \OuterIterator
{
/**
* Create a filtered iterator from another iterator
*/
public function __construct()
{
}
/**
* Calls the callback with the current value, the current key and the inner iterator as arguments
*
* @return string Returns true to accept the current item, or false otherwise.
*/
public function accept()
{
}
}
Function Calls
None |
Stats
MD5 | ccc67120638fb287c5bd9bcd37f3ffe8 |
Eval Count | 0 |
Decode Time | 107 ms |