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 /** @generate-class-entries */ class SplDoublyLinkedList implements Iterator, Coun..
Decoded Output download
<?php
/** @generate-class-entries */
class SplDoublyLinkedList implements Iterator, Countable, ArrayAccess, Serializable
{
/** @tentative-return-type */
public function add(int $index, mixed $value): void {}
/** @tentative-return-type */
public function pop(): mixed {}
/** @tentative-return-type */
public function shift(): mixed {}
/** @tentative-return-type */
public function push(mixed $value): void {}
/** @tentative-return-type */
public function unshift(mixed $value): void {}
/** @tentative-return-type */
public function top(): mixed {}
/** @tentative-return-type */
public function bottom(): mixed {}
/** @tentative-return-type */
public function __debugInfo(): array {}
/** @tentative-return-type */
public function count(): int {}
/** @tentative-return-type */
public function isEmpty(): bool {}
/** @tentative-return-type */
public function setIteratorMode(int $mode): int {}
/** @tentative-return-type */
public function getIteratorMode(): int {}
/**
* @param int $index
* @tentative-return-type
*/
public function offsetExists($index): bool {}
/**
* @param int $index
* @tentative-return-type
*/
public function offsetGet($index): mixed {}
/**
* @param int|null $index
* @tentative-return-type
*/
public function offsetSet($index, mixed $value): void {}
/**
* @param int $index
* @tentative-return-type
*/
public function offsetUnset($index): void {}
/** @tentative-return-type */
public function rewind(): void {}
/** @tentative-return-type */
public function current(): mixed {}
/** @tentative-return-type */
public function key(): int {}
/** @tentative-return-type */
public function prev(): void {}
/** @tentative-return-type */
public function next(): void {}
/** @tentative-return-type */
public function valid(): bool {}
/** @tentative-return-type */
public function unserialize(string $data): void {}
/** @tentative-return-type */
public function serialize(): string {}
/** @tentative-return-type */
public function __serialize(): array {}
/** @tentative-return-type */
public function __unserialize(array $data): void {}
}
class SplQueue extends SplDoublyLinkedList
{
/**
* @tentative-return-type
* @implementation-alias SplDoublyLinkedList::push
*/
public function enqueue(mixed $value): void {}
/**
* @tentative-return-type
* @implementation-alias SplDoublyLinkedList::shift
*/
public function dequeue(): mixed {}
}
class SplStack extends SplDoublyLinkedList
{
}
?>
Did this file decode correctly?
Original Code
<?php
/** @generate-class-entries */
class SplDoublyLinkedList implements Iterator, Countable, ArrayAccess, Serializable
{
/** @tentative-return-type */
public function add(int $index, mixed $value): void {}
/** @tentative-return-type */
public function pop(): mixed {}
/** @tentative-return-type */
public function shift(): mixed {}
/** @tentative-return-type */
public function push(mixed $value): void {}
/** @tentative-return-type */
public function unshift(mixed $value): void {}
/** @tentative-return-type */
public function top(): mixed {}
/** @tentative-return-type */
public function bottom(): mixed {}
/** @tentative-return-type */
public function __debugInfo(): array {}
/** @tentative-return-type */
public function count(): int {}
/** @tentative-return-type */
public function isEmpty(): bool {}
/** @tentative-return-type */
public function setIteratorMode(int $mode): int {}
/** @tentative-return-type */
public function getIteratorMode(): int {}
/**
* @param int $index
* @tentative-return-type
*/
public function offsetExists($index): bool {}
/**
* @param int $index
* @tentative-return-type
*/
public function offsetGet($index): mixed {}
/**
* @param int|null $index
* @tentative-return-type
*/
public function offsetSet($index, mixed $value): void {}
/**
* @param int $index
* @tentative-return-type
*/
public function offsetUnset($index): void {}
/** @tentative-return-type */
public function rewind(): void {}
/** @tentative-return-type */
public function current(): mixed {}
/** @tentative-return-type */
public function key(): int {}
/** @tentative-return-type */
public function prev(): void {}
/** @tentative-return-type */
public function next(): void {}
/** @tentative-return-type */
public function valid(): bool {}
/** @tentative-return-type */
public function unserialize(string $data): void {}
/** @tentative-return-type */
public function serialize(): string {}
/** @tentative-return-type */
public function __serialize(): array {}
/** @tentative-return-type */
public function __unserialize(array $data): void {}
}
class SplQueue extends SplDoublyLinkedList
{
/**
* @tentative-return-type
* @implementation-alias SplDoublyLinkedList::push
*/
public function enqueue(mixed $value): void {}
/**
* @tentative-return-type
* @implementation-alias SplDoublyLinkedList::shift
*/
public function dequeue(): mixed {}
}
class SplStack extends SplDoublyLinkedList
{
}
Function Calls
None |
Stats
MD5 | d6215b3bbe6e72972bca7fef0c0d8374 |
Eval Count | 0 |
Decode Time | 93 ms |