php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
spl_dllist.stub.php
Go to the documentation of this file.
1<?php
2
4
6{
8 public const int IT_MODE_LIFO = UNKNOWN;
10 public const int IT_MODE_FIFO = UNKNOWN;
12 public const int IT_MODE_DELETE = UNKNOWN;
14 public const int IT_MODE_KEEP = UNKNOWN;
15
17 public function add(int $index, mixed $value): void {}
18
20 public function pop(): mixed {}
21
23 public function shift(): mixed {}
24
26 public function push(mixed $value): void {}
27
29 public function unshift(mixed $value): void {}
30
32 public function top(): mixed {}
33
35 public function bottom(): mixed {}
36
38 public function __debugInfo(): array {}
39
41 public function count(): int {}
42
44 public function isEmpty(): bool {}
45
47 public function setIteratorMode(int $mode): int {}
48
50 public function getIteratorMode(): int {}
51
56 public function offsetExists($index): bool {}
57
62 public function offsetGet($index): mixed {}
63
68 public function offsetSet($index, mixed $value): void {}
69
74 public function offsetUnset($index): void {}
75
77 public function rewind(): void {}
78
80 public function current(): mixed {}
81
83 public function key(): int {}
84
86 public function prev(): void {}
87
89 public function next(): void {}
90
92 public function valid(): bool {}
93
95 public function unserialize(string $data): void {}
96
98 public function serialize(): string {}
99
101 public function __serialize(): array {}
102
105}
106
108{
113 public function enqueue(mixed $value): void {}
114
119 public function dequeue(): mixed {}
120}
121
123{
124}
add(int $index, mixed $value)
offsetSet($index, mixed $value)
unserialize(string $data)
enqueue(mixed $value)
$data
Definition bench.php:6
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))