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 SplStack extends \SplDoublyLinkedList implements \Iterator, \..
Decoded Output download
<?php
/** @phpstub */
class SplStack extends \SplDoublyLinkedList implements \Iterator, \ArrayAccess, \Countable
{
/**
* Constructs a new stack implemented using a doubly linked list
*/
public function __construct()
{
}
/**
* Sets the mode of iteration
*
* @param int $mode
*
* @return void
*/
public function setIteratorMode($mode)
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class SplStack extends \SplDoublyLinkedList implements \Iterator, \ArrayAccess, \Countable
{
/**
* Constructs a new stack implemented using a doubly linked list
*/
public function __construct()
{
}
/**
* Sets the mode of iteration
*
* @param int $mode
*
* @return void
*/
public function setIteratorMode($mode)
{
}
}
Function Calls
None |
Stats
MD5 | b604cccd3c8cfe7b44b7c1d13434c5ea |
Eval Count | 0 |
Decode Time | 78 ms |